Shades of Rust #AA290A
Tints of Rust #AA290A
RGB
CMYK
RGB Variations
Color information
#AA290A (or 0xAA290A) is known color: Rust. HEX triplet: AA, 29 and 0A. RGB value is (170,41,10). Sum of RGB (Red+Green+Blue) = 170+41+10=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA290A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA290A is #55D6F5. Grayscale: #4C4C4C. Windows color (decimal): -5625590 or 666026. OLE color: 666026.
HSL color Cylindrical-coordinate representation of color #AA290A: hue angle of 11.62º 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 #AA290A is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 10 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.33 |
| HSL | 11.63º | 0.89% | 0.35% | - |
| HSV(B) | 11.63º | 0.94% | 0.67% | - |
| XYZ | 17.43 | 10.15 | 1.33 | - |
| YUV | 76.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 10 | 0 | 0.76 | 0.94 | 0.33 | 11.63 | 0.89 | 0.35 |
| Hex | AA | 29 | A | 0 | 4C | 5E | 21 | C | 59 | 23 |
| Octal | 252 | 51 | 12 | 0 | 114 | 136 | 41 | 14 | 131 | 43 |
| Binary | 10101010 | 101001 | 1010 | 0 | 1001100 | 1011110 | 100001 | 1100 | 1011001 | 100011 |
Color Harmonies of #AA290A
Complementary color
Monochromatic Colors of #AA290A
Black with #AA290A
Text Example
Text Example
White with #AA290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA290A; }
p { color: rgb(170,41,10); }
H1.HeaderClassName
{
color: #AA290A;
}
.AnyTagClassName
{
color: #AA290A;
}
</style>
background-color css
<style>
a { background-color: #AA290A; }
a { background-color: rgb(170,41,10); }
div.DivClassName
{
background-color: #AA290A;
}
.BgClassName
{
background-color: #AA290A;
}
</style>
border-color css
<style>
span { border-color: #AA290A; }
span { border-color: rgb(170,41,10); }
td.TdClassName
{
border-color: #AA290A;
}
.TagClassName
{
border-color: #AA290A;
}
</style>