Shades of Rust #AA2A0A
Tints of Rust #AA2A0A
RGB
CMYK
RGB Variations
Color information
#AA2A0A (or 0xAA2A0A) is known color: Rust. HEX triplet: AA, 2A and 0A. RGB value is (170,42,10). Sum of RGB (Red+Green+Blue) = 170+42+10=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2A0A is #55D5F5. Grayscale: #4C4C4C. Windows color (decimal): -5625334 or 666282. OLE color: 666282.
HSL color Cylindrical-coordinate representation of color #AA2A0A: hue angle of 12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA2A0A is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 42 | 10 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.33 |
| HSL | 12º | 0.89% | 0.35% | - |
| HSV(B) | 12º | 0.94% | 0.67% | - |
| XYZ | 17.46 | 10.22 | 1.34 | - |
| YUV | 76.62 | 90.41 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 10 | 0 | 0.75 | 0.94 | 0.33 | 12 | 0.89 | 0.35 |
| Hex | AA | 2A | A | 0 | 4B | 5E | 21 | C | 59 | 23 |
| Octal | 252 | 52 | 12 | 0 | 113 | 136 | 41 | 14 | 131 | 43 |
| Binary | 10101010 | 101010 | 1010 | 0 | 1001011 | 1011110 | 100001 | 1100 | 1011001 | 100011 |
Color Harmonies of #AA2A0A
Complementary color
Monochromatic Colors of #AA2A0A
Black with #AA2A0A
Text Example
Text Example
White with #AA2A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2A0A; }
p { color: rgb(170,42,10); }
H1.HeaderClassName
{
color: #AA2A0A;
}
.AnyTagClassName
{
color: #AA2A0A;
}
</style>
background-color css
<style>
a { background-color: #AA2A0A; }
a { background-color: rgb(170,42,10); }
div.DivClassName
{
background-color: #AA2A0A;
}
.BgClassName
{
background-color: #AA2A0A;
}
</style>
border-color css
<style>
span { border-color: #AA2A0A; }
span { border-color: rgb(170,42,10); }
td.TdClassName
{
border-color: #AA2A0A;
}
.TagClassName
{
border-color: #AA2A0A;
}
</style>