Shades of Rust #AF4209
Tints of Rust #AF4209
RGB
CMYK
RGB Variations
Color information
#AF4209 (or 0xAF4209) is known color: Rust. HEX triplet: AF, 42 and 09. RGB value is (175,66,9). Sum of RGB (Red+Green+Blue) = 175+66+9=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4209 is #50BDF6. Grayscale: #5C5C5C. Windows color (decimal): -5291511 or 606895. OLE color: 606895.
HSL color Cylindrical-coordinate representation of color #AF4209: hue angle of 20.6º 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 #AF4209 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 9 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.31 |
| HSL | 20.6º | 0.9% | 0.36% | - |
| HSV(B) | 20.6º | 0.95% | 0.69% | - |
| XYZ | 19.68 | 13.03 | 1.74 | - |
| YUV | 92.09 | 81.11 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 9 | 0 | 0.62 | 0.95 | 0.31 | 20.6 | 0.9 | 0.36 |
| Hex | AF | 42 | 9 | 0 | 3E | 5F | 1F | 15 | 5A | 24 |
| Octal | 257 | 102 | 11 | 0 | 76 | 137 | 37 | 25 | 132 | 44 |
| Binary | 10101111 | 1000010 | 1001 | 0 | 111110 | 1011111 | 11111 | 10101 | 1011010 | 100100 |
Color Harmonies of #AF4209
Complementary color
Monochromatic Colors of #AF4209
Black with #AF4209
Text Example
Text Example
White with #AF4209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4209; }
p { color: rgb(175,66,9); }
H1.HeaderClassName
{
color: #AF4209;
}
.AnyTagClassName
{
color: #AF4209;
}
</style>
background-color css
<style>
a { background-color: #AF4209; }
a { background-color: rgb(175,66,9); }
div.DivClassName
{
background-color: #AF4209;
}
.BgClassName
{
background-color: #AF4209;
}
</style>
border-color css
<style>
span { border-color: #AF4209; }
span { border-color: rgb(175,66,9); }
td.TdClassName
{
border-color: #AF4209;
}
.TagClassName
{
border-color: #AF4209;
}
</style>