Shades of Rust #AF5014
Tints of Rust #AF5014
RGB
CMYK
RGB Variations
Color information
#AF5014 (or 0xAF5014) is known color: Rust. HEX triplet: AF, 50 and 14. RGB value is (175,80,20). Sum of RGB (Red+Green+Blue) = 175+80+20=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5014 is #50AFEB. Grayscale: #656565. Windows color (decimal): -5287916 or 1331375. OLE color: 1331375.
HSL color Cylindrical-coordinate representation of color #AF5014: hue angle of 23.23º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF5014 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 20 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.31 |
| HSL | 23.23º | 0.79% | 0.38% | - |
| HSV(B) | 23.23º | 0.89% | 0.69% | - |
| XYZ | 20.67 | 14.9 | 2.45 | - |
| YUV | 101.57 | 81.97 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 20 | 0 | 0.54 | 0.89 | 0.31 | 23.23 | 0.79 | 0.38 |
| Hex | AF | 50 | 14 | 0 | 36 | 59 | 1F | 17 | 4F | 26 |
| Octal | 257 | 120 | 24 | 0 | 66 | 131 | 37 | 27 | 117 | 46 |
| Binary | 10101111 | 1010000 | 10100 | 0 | 110110 | 1011001 | 11111 | 10111 | 1001111 | 100110 |
Color Harmonies of #AF5014
Complementary color
Monochromatic Colors of #AF5014
Black with #AF5014
Text Example
Text Example
White with #AF5014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5014; }
p { color: rgb(175,80,20); }
H1.HeaderClassName
{
color: #AF5014;
}
.AnyTagClassName
{
color: #AF5014;
}
</style>
background-color css
<style>
a { background-color: #AF5014; }
a { background-color: rgb(175,80,20); }
div.DivClassName
{
background-color: #AF5014;
}
.BgClassName
{
background-color: #AF5014;
}
</style>
border-color css
<style>
span { border-color: #AF5014; }
span { border-color: rgb(175,80,20); }
td.TdClassName
{
border-color: #AF5014;
}
.TagClassName
{
border-color: #AF5014;
}
</style>