Shades of Rust #A02A02
Tints of Rust #A02A02
RGB
CMYK
RGB Variations
Color information
#A02A02 (or 0xA02A02) is known color: Rust. HEX triplet: A0, 2A and 02. RGB value is (160,42,2). Sum of RGB (Red+Green+Blue) = 160+42+2=204 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.43% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02A02 is #5FD5FD. Grayscale: #494949. Windows color (decimal): -6280702 or 141984. OLE color: 141984.
HSL color Cylindrical-coordinate representation of color #A02A02: hue angle of 15.19º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A02A02 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.37 |
| HSL | 15.19º | 0.98% | 0.32% | - |
| HSV(B) | 15.19º | 0.99% | 0.63% | - |
| XYZ | 15.34 | 9.13 | 1.01 | - |
| YUV | 72.72 | 88.09 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 2 | 0 | 0.74 | 0.99 | 0.37 | 15.19 | 0.98 | 0.32 |
| Hex | A0 | 2A | 2 | 0 | 4A | 63 | 25 | F | 62 | 20 |
| Octal | 240 | 52 | 2 | 0 | 112 | 143 | 45 | 17 | 142 | 40 |
| Binary | 10100000 | 101010 | 10 | 0 | 1001010 | 1100011 | 100101 | 1111 | 1100010 | 100000 |
Color Harmonies of #A02A02
Complementary color
Monochromatic Colors of #A02A02
Black with #A02A02
Text Example
Text Example
White with #A02A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A02; }
p { color: rgb(160,42,2); }
H1.HeaderClassName
{
color: #A02A02;
}
.AnyTagClassName
{
color: #A02A02;
}
</style>
background-color css
<style>
a { background-color: #A02A02; }
a { background-color: rgb(160,42,2); }
div.DivClassName
{
background-color: #A02A02;
}
.BgClassName
{
background-color: #A02A02;
}
</style>
border-color css
<style>
span { border-color: #A02A02; }
span { border-color: rgb(160,42,2); }
td.TdClassName
{
border-color: #A02A02;
}
.TagClassName
{
border-color: #A02A02;
}
</style>