Shades of Rust #AF2808
Tints of Rust #AF2808
RGB
CMYK
RGB Variations
Color information
#AF2808 (or 0xAF2808) is known color: Rust. HEX triplet: AF, 28 and 08. RGB value is (175,40,8). Sum of RGB (Red+Green+Blue) = 175+40+8=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2808 is #50D7F7. Grayscale: #4C4C4C. Windows color (decimal): -5298168 or 534703. OLE color: 534703.
HSL color Cylindrical-coordinate representation of color #AF2808: hue angle of 11.5º 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 #AF2808 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 8 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.31 |
| HSL | 11.5º | 0.91% | 0.36% | - |
| HSV(B) | 11.5º | 0.95% | 0.69% | - |
| XYZ | 18.48 | 10.65 | 1.31 | - |
| YUV | 76.72 | 89.23 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 8 | 0 | 0.77 | 0.95 | 0.31 | 11.5 | 0.91 | 0.36 |
| Hex | AF | 28 | 8 | 0 | 4D | 5F | 1F | B | 5B | 24 |
| Octal | 257 | 50 | 10 | 0 | 115 | 137 | 37 | 13 | 133 | 44 |
| Binary | 10101111 | 101000 | 1000 | 0 | 1001101 | 1011111 | 11111 | 1011 | 1011011 | 100100 |
Color Harmonies of #AF2808
Complementary color
Monochromatic Colors of #AF2808
Black with #AF2808
Text Example
Text Example
White with #AF2808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2808; }
p { color: rgb(175,40,8); }
H1.HeaderClassName
{
color: #AF2808;
}
.AnyTagClassName
{
color: #AF2808;
}
</style>
background-color css
<style>
a { background-color: #AF2808; }
a { background-color: rgb(175,40,8); }
div.DivClassName
{
background-color: #AF2808;
}
.BgClassName
{
background-color: #AF2808;
}
</style>
border-color css
<style>
span { border-color: #AF2808; }
span { border-color: rgb(175,40,8); }
td.TdClassName
{
border-color: #AF2808;
}
.TagClassName
{
border-color: #AF2808;
}
</style>