Shades of Rust #A02A06
Tints of Rust #A02A06
RGB
CMYK
RGB Variations
Color information
#A02A06 (or 0xA02A06) is known color: Rust. HEX triplet: A0, 2A and 06. RGB value is (160,42,6). Sum of RGB (Red+Green+Blue) = 160+42+6=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 6 (2.73% from 255 or 2.88% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02A06 is #5FD5F9. Grayscale: #494949. Windows color (decimal): -6280698 or 404128. OLE color: 404128.
HSL color Cylindrical-coordinate representation of color #A02A06: hue angle of 14.03º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A02A06 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 6 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.37 |
| HSL | 14.03º | 0.93% | 0.33% | - |
| HSV(B) | 14.03º | 0.96% | 0.63% | - |
| XYZ | 15.36 | 9.14 | 1.13 | - |
| YUV | 73.18 | 90.09 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 6 | 0 | 0.74 | 0.96 | 0.37 | 14.03 | 0.93 | 0.33 |
| Hex | A0 | 2A | 6 | 0 | 4A | 60 | 25 | E | 5D | 21 |
| Octal | 240 | 52 | 6 | 0 | 112 | 140 | 45 | 16 | 135 | 41 |
| Binary | 10100000 | 101010 | 110 | 0 | 1001010 | 1100000 | 100101 | 1110 | 1011101 | 100001 |
Color Harmonies of #A02A06
Complementary color
Monochromatic Colors of #A02A06
Black with #A02A06
Text Example
Text Example
White with #A02A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A06; }
p { color: rgb(160,42,6); }
H1.HeaderClassName
{
color: #A02A06;
}
.AnyTagClassName
{
color: #A02A06;
}
</style>
background-color css
<style>
a { background-color: #A02A06; }
a { background-color: rgb(160,42,6); }
div.DivClassName
{
background-color: #A02A06;
}
.BgClassName
{
background-color: #A02A06;
}
</style>
border-color css
<style>
span { border-color: #A02A06; }
span { border-color: rgb(160,42,6); }
td.TdClassName
{
border-color: #A02A06;
}
.TagClassName
{
border-color: #A02A06;
}
</style>