Shades of Rust #AF4010
Tints of Rust #AF4010
RGB
CMYK
RGB Variations
Color information
#AF4010 (or 0xAF4010) is known color: Rust. HEX triplet: AF, 40 and 10. RGB value is (175,64,16). Sum of RGB (Red+Green+Blue) = 175+64+16=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4010 is #50BFEF. Grayscale: #5C5C5C. Windows color (decimal): -5292016 or 1065135. OLE color: 1065135.
HSL color Cylindrical-coordinate representation of color #AF4010: hue angle of 18.11º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF4010 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 16 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.31 |
| HSL | 18.11º | 0.83% | 0.37% | - |
| HSV(B) | 18.11º | 0.91% | 0.69% | - |
| XYZ | 19.61 | 12.82 | 1.93 | - |
| YUV | 91.72 | 85.27 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 16 | 0 | 0.63 | 0.91 | 0.31 | 18.11 | 0.83 | 0.37 |
| Hex | AF | 40 | 10 | 0 | 3F | 5B | 1F | 12 | 53 | 25 |
| Octal | 257 | 100 | 20 | 0 | 77 | 133 | 37 | 22 | 123 | 45 |
| Binary | 10101111 | 1000000 | 10000 | 0 | 111111 | 1011011 | 11111 | 10010 | 1010011 | 100101 |
Color Harmonies of #AF4010
Complementary color
Monochromatic Colors of #AF4010
Black with #AF4010
Text Example
Text Example
White with #AF4010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4010; }
p { color: rgb(175,64,16); }
H1.HeaderClassName
{
color: #AF4010;
}
.AnyTagClassName
{
color: #AF4010;
}
</style>
background-color css
<style>
a { background-color: #AF4010; }
a { background-color: rgb(175,64,16); }
div.DivClassName
{
background-color: #AF4010;
}
.BgClassName
{
background-color: #AF4010;
}
</style>
border-color css
<style>
span { border-color: #AF4010; }
span { border-color: rgb(175,64,16); }
td.TdClassName
{
border-color: #AF4010;
}
.TagClassName
{
border-color: #AF4010;
}
</style>