Shades of Rust #AF4208
Tints of Rust #AF4208
RGB
CMYK
RGB Variations
Color information
#AF4208 (or 0xAF4208) is known color: Rust. HEX triplet: AF, 42 and 08. RGB value is (175,66,8). Sum of RGB (Red+Green+Blue) = 175+66+8=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4208 is #50BDF7. Grayscale: #5C5C5C. Windows color (decimal): -5291512 or 541359. OLE color: 541359.
HSL color Cylindrical-coordinate representation of color #AF4208: hue angle of 20.84º degrees, saturation: 0.91, 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 #AF4208 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 8 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.31 |
| HSL | 20.84º | 0.91% | 0.36% | - |
| HSV(B) | 20.84º | 0.95% | 0.69% | - |
| XYZ | 19.67 | 13.03 | 1.71 | - |
| YUV | 91.98 | 80.61 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 8 | 0 | 0.62 | 0.95 | 0.31 | 20.84 | 0.91 | 0.36 |
| Hex | AF | 42 | 8 | 0 | 3E | 5F | 1F | 15 | 5B | 24 |
| Octal | 257 | 102 | 10 | 0 | 76 | 137 | 37 | 25 | 133 | 44 |
| Binary | 10101111 | 1000010 | 1000 | 0 | 111110 | 1011111 | 11111 | 10101 | 1011011 | 100100 |
Color Harmonies of #AF4208
Complementary color
Monochromatic Colors of #AF4208
Black with #AF4208
Text Example
Text Example
White with #AF4208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4208; }
p { color: rgb(175,66,8); }
H1.HeaderClassName
{
color: #AF4208;
}
.AnyTagClassName
{
color: #AF4208;
}
</style>
background-color css
<style>
a { background-color: #AF4208; }
a { background-color: rgb(175,66,8); }
div.DivClassName
{
background-color: #AF4208;
}
.BgClassName
{
background-color: #AF4208;
}
</style>
border-color css
<style>
span { border-color: #AF4208; }
span { border-color: rgb(175,66,8); }
td.TdClassName
{
border-color: #AF4208;
}
.TagClassName
{
border-color: #AF4208;
}
</style>