Shades of Rust #A02F08
Tints of Rust #A02F08
RGB
CMYK
RGB Variations
Color information
#A02F08 (or 0xA02F08) is known color: Rust. HEX triplet: A0, 2F and 08. RGB value is (160,47,8). Sum of RGB (Red+Green+Blue) = 160+47+8=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02F08 is #5FD0F7. Grayscale: #4C4C4C. Windows color (decimal): -6279416 or 536480. OLE color: 536480.
HSL color Cylindrical-coordinate representation of color #A02F08: hue angle of 15.39º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A02F08 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 8 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.37 |
| HSL | 15.39º | 0.9% | 0.33% | - |
| HSV(B) | 15.39º | 0.95% | 0.63% | - |
| XYZ | 15.56 | 9.52 | 1.25 | - |
| YUV | 76.34 | 89.44 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 8 | 0 | 0.71 | 0.95 | 0.37 | 15.39 | 0.9 | 0.33 |
| Hex | A0 | 2F | 8 | 0 | 47 | 5F | 25 | F | 5A | 21 |
| Octal | 240 | 57 | 10 | 0 | 107 | 137 | 45 | 17 | 132 | 41 |
| Binary | 10100000 | 101111 | 1000 | 0 | 1000111 | 1011111 | 100101 | 1111 | 1011010 | 100001 |
Color Harmonies of #A02F08
Complementary color
Monochromatic Colors of #A02F08
Black with #A02F08
Text Example
Text Example
White with #A02F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F08; }
p { color: rgb(160,47,8); }
H1.HeaderClassName
{
color: #A02F08;
}
.AnyTagClassName
{
color: #A02F08;
}
</style>
background-color css
<style>
a { background-color: #A02F08; }
a { background-color: rgb(160,47,8); }
div.DivClassName
{
background-color: #A02F08;
}
.BgClassName
{
background-color: #A02F08;
}
</style>
border-color css
<style>
span { border-color: #A02F08; }
span { border-color: rgb(160,47,8); }
td.TdClassName
{
border-color: #A02F08;
}
.TagClassName
{
border-color: #A02F08;
}
</style>