Shades of Rust #A02D08
Tints of Rust #A02D08
RGB
CMYK
RGB Variations
Color information
#A02D08 (or 0xA02D08) is known color: Rust. HEX triplet: A0, 2D and 08. RGB value is (160,45,8). Sum of RGB (Red+Green+Blue) = 160+45+8=213 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.12% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02D08 is #5FD2F7. Grayscale: #4B4B4B. Windows color (decimal): -6279928 or 535968. OLE color: 535968.
HSL color Cylindrical-coordinate representation of color #A02D08: hue angle of 14.61º 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 #A02D08 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 45 | 8 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.37 |
| HSL | 14.61º | 0.9% | 0.33% | - |
| HSV(B) | 14.61º | 0.95% | 0.63% | - |
| XYZ | 15.48 | 9.37 | 1.22 | - |
| YUV | 75.17 | 90.1 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 8 | 0 | 0.72 | 0.95 | 0.37 | 14.61 | 0.9 | 0.33 |
| Hex | A0 | 2D | 8 | 0 | 48 | 5F | 25 | F | 5A | 21 |
| Octal | 240 | 55 | 10 | 0 | 110 | 137 | 45 | 17 | 132 | 41 |
| Binary | 10100000 | 101101 | 1000 | 0 | 1001000 | 1011111 | 100101 | 1111 | 1011010 | 100001 |
Color Harmonies of #A02D08
Complementary color
Monochromatic Colors of #A02D08
Black with #A02D08
Text Example
Text Example
White with #A02D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02D08; }
p { color: rgb(160,45,8); }
H1.HeaderClassName
{
color: #A02D08;
}
.AnyTagClassName
{
color: #A02D08;
}
</style>
background-color css
<style>
a { background-color: #A02D08; }
a { background-color: rgb(160,45,8); }
div.DivClassName
{
background-color: #A02D08;
}
.BgClassName
{
background-color: #A02D08;
}
</style>
border-color css
<style>
span { border-color: #A02D08; }
span { border-color: rgb(160,45,8); }
td.TdClassName
{
border-color: #A02D08;
}
.TagClassName
{
border-color: #A02D08;
}
</style>