Shades of Rust #AA290B
Tints of Rust #AA290B
RGB
CMYK
RGB Variations
Color information
#AA290B (or 0xAA290B) is known color: Rust. HEX triplet: AA, 29 and 0B. RGB value is (170,41,11). Sum of RGB (Red+Green+Blue) = 170+41+11=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA290B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA290B is #55D6F4. Grayscale: #4C4C4C. Windows color (decimal): -5625589 or 731562. OLE color: 731562.
HSL color Cylindrical-coordinate representation of color #AA290B: hue angle of 11.32º degrees, saturation: 0.88, 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 #AA290B is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 11 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.33 |
| HSL | 11.32º | 0.88% | 0.35% | - |
| HSV(B) | 11.32º | 0.94% | 0.67% | - |
| XYZ | 17.43 | 10.16 | 1.36 | - |
| YUV | 76.15 | 91.24 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 11 | 0 | 0.76 | 0.94 | 0.33 | 11.32 | 0.88 | 0.35 |
| Hex | AA | 29 | B | 0 | 4C | 5E | 21 | B | 58 | 23 |
| Octal | 252 | 51 | 13 | 0 | 114 | 136 | 41 | 13 | 130 | 43 |
| Binary | 10101010 | 101001 | 1011 | 0 | 1001100 | 1011110 | 100001 | 1011 | 1011000 | 100011 |
Color Harmonies of #AA290B
Complementary color
Monochromatic Colors of #AA290B
Black with #AA290B
Text Example
Text Example
White with #AA290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA290B; }
p { color: rgb(170,41,11); }
H1.HeaderClassName
{
color: #AA290B;
}
.AnyTagClassName
{
color: #AA290B;
}
</style>
background-color css
<style>
a { background-color: #AA290B; }
a { background-color: rgb(170,41,11); }
div.DivClassName
{
background-color: #AA290B;
}
.BgClassName
{
background-color: #AA290B;
}
</style>
border-color css
<style>
span { border-color: #AA290B; }
span { border-color: rgb(170,41,11); }
td.TdClassName
{
border-color: #AA290B;
}
.TagClassName
{
border-color: #AA290B;
}
</style>