CSS Property:
border-top-color:

Result:
CSS Code:
div {
    border-style:solid;
border-width:5px;
border-top-color:red;
}
Click the property values above to see the result
W3Schools.com - Play it