Shades of Rust #A02A09
Tints of Rust #A02A09
RGB
CMYK
RGB Variations
Color information
#A02A09 (or 0xA02A09) is known color: Rust. HEX triplet: A0, 2A and 09. RGB value is (160,42,9). Sum of RGB (Red+Green+Blue) = 160+42+9=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02A09 is #5FD5F6. Grayscale: #494949. Windows color (decimal): -6280695 or 600736. OLE color: 600736.
HSL color Cylindrical-coordinate representation of color #A02A09: hue angle of 13.11º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A02A09 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 9 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.37 |
| HSL | 13.11º | 0.89% | 0.33% | - |
| HSV(B) | 13.11º | 0.94% | 0.63% | - |
| XYZ | 15.37 | 9.15 | 1.21 | - |
| YUV | 73.52 | 91.59 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 9 | 0 | 0.74 | 0.94 | 0.37 | 13.11 | 0.89 | 0.33 |
| Hex | A0 | 2A | 9 | 0 | 4A | 5E | 25 | D | 59 | 21 |
| Octal | 240 | 52 | 11 | 0 | 112 | 136 | 45 | 15 | 131 | 41 |
| Binary | 10100000 | 101010 | 1001 | 0 | 1001010 | 1011110 | 100101 | 1101 | 1011001 | 100001 |
Color Harmonies of #A02A09
Complementary color
Monochromatic Colors of #A02A09
Black with #A02A09
Text Example
Text Example
White with #A02A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A09; }
p { color: rgb(160,42,9); }
H1.HeaderClassName
{
color: #A02A09;
}
.AnyTagClassName
{
color: #A02A09;
}
</style>
background-color css
<style>
a { background-color: #A02A09; }
a { background-color: rgb(160,42,9); }
div.DivClassName
{
background-color: #A02A09;
}
.BgClassName
{
background-color: #A02A09;
}
</style>
border-color css
<style>
span { border-color: #A02A09; }
span { border-color: rgb(160,42,9); }
td.TdClassName
{
border-color: #A02A09;
}
.TagClassName
{
border-color: #A02A09;
}
</style>