Shades of Rust #AF4013
Tints of Rust #AF4013
RGB
CMYK
RGB Variations
Color information
#AF4013 (or 0xAF4013) is known color: Rust. HEX triplet: AF, 40 and 13. RGB value is (175,64,19). Sum of RGB (Red+Green+Blue) = 175+64+19=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4013 is #50BFEC. Grayscale: #5C5C5C. Windows color (decimal): -5292013 or 1261743. OLE color: 1261743.
HSL color Cylindrical-coordinate representation of color #AF4013: hue angle of 17.31º degrees, saturation: 0.8, 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 #AF4013 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 19 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.31 |
| HSL | 17.31º | 0.8% | 0.38% | - |
| HSV(B) | 17.31º | 0.89% | 0.69% | - |
| XYZ | 19.63 | 12.83 | 2.06 | - |
| YUV | 92.06 | 86.77 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 19 | 0 | 0.63 | 0.89 | 0.31 | 17.31 | 0.8 | 0.38 |
| Hex | AF | 40 | 13 | 0 | 3F | 59 | 1F | 11 | 50 | 26 |
| Octal | 257 | 100 | 23 | 0 | 77 | 131 | 37 | 21 | 120 | 46 |
| Binary | 10101111 | 1000000 | 10011 | 0 | 111111 | 1011001 | 11111 | 10001 | 1010000 | 100110 |
Color Harmonies of #AF4013
Complementary color
Monochromatic Colors of #AF4013
Black with #AF4013
Text Example
Text Example
White with #AF4013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4013; }
p { color: rgb(175,64,19); }
H1.HeaderClassName
{
color: #AF4013;
}
.AnyTagClassName
{
color: #AF4013;
}
</style>
background-color css
<style>
a { background-color: #AF4013; }
a { background-color: rgb(175,64,19); }
div.DivClassName
{
background-color: #AF4013;
}
.BgClassName
{
background-color: #AF4013;
}
</style>
border-color css
<style>
span { border-color: #AF4013; }
span { border-color: rgb(175,64,19); }
td.TdClassName
{
border-color: #AF4013;
}
.TagClassName
{
border-color: #AF4013;
}
</style>