Shades of Rust #AF4009
Tints of Rust #AF4009
RGB
CMYK
RGB Variations
Color information
#AF4009 (or 0xAF4009) is known color: Rust. HEX triplet: AF, 40 and 09. RGB value is (175,64,9). Sum of RGB (Red+Green+Blue) = 175+64+9=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4009 is #50BFF6. Grayscale: #5B5B5B. Windows color (decimal): -5292023 or 606383. OLE color: 606383.
HSL color Cylindrical-coordinate representation of color #AF4009: hue angle of 19.88º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF4009 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 9 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.31 |
| HSL | 19.88º | 0.9% | 0.36% | - |
| HSV(B) | 19.88º | 0.95% | 0.69% | - |
| XYZ | 19.56 | 12.8 | 1.7 | - |
| YUV | 90.92 | 81.77 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 9 | 0 | 0.63 | 0.95 | 0.31 | 19.88 | 0.9 | 0.36 |
| Hex | AF | 40 | 9 | 0 | 3F | 5F | 1F | 14 | 5A | 24 |
| Octal | 257 | 100 | 11 | 0 | 77 | 137 | 37 | 24 | 132 | 44 |
| Binary | 10101111 | 1000000 | 1001 | 0 | 111111 | 1011111 | 11111 | 10100 | 1011010 | 100100 |
Color Harmonies of #AF4009
Complementary color
Monochromatic Colors of #AF4009
Black with #AF4009
Text Example
Text Example
White with #AF4009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4009; }
p { color: rgb(175,64,9); }
H1.HeaderClassName
{
color: #AF4009;
}
.AnyTagClassName
{
color: #AF4009;
}
</style>
background-color css
<style>
a { background-color: #AF4009; }
a { background-color: rgb(175,64,9); }
div.DivClassName
{
background-color: #AF4009;
}
.BgClassName
{
background-color: #AF4009;
}
</style>
border-color css
<style>
span { border-color: #AF4009; }
span { border-color: rgb(175,64,9); }
td.TdClassName
{
border-color: #AF4009;
}
.TagClassName
{
border-color: #AF4009;
}
</style>