Shades of Rust #AA2902
Tints of Rust #AA2902
RGB
CMYK
RGB Variations
Color information
#AA2902 (or 0xAA2902) is known color: Rust. HEX triplet: AA, 29 and 02. RGB value is (170,41,2). Sum of RGB (Red+Green+Blue) = 170+41+2=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2902 is #55D6FD. Grayscale: #4B4B4B. Windows color (decimal): -5625598 or 141738. OLE color: 141738.
HSL color Cylindrical-coordinate representation of color #AA2902: hue angle of 13.93º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA2902 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.33 |
| HSL | 13.93º | 0.98% | 0.34% | - |
| HSV(B) | 13.93º | 0.99% | 0.67% | - |
| XYZ | 17.38 | 10.14 | 1.1 | - |
| YUV | 75.13 | 86.74 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 2 | 0 | 0.76 | 0.99 | 0.33 | 13.93 | 0.98 | 0.34 |
| Hex | AA | 29 | 2 | 0 | 4C | 63 | 21 | E | 62 | 22 |
| Octal | 252 | 51 | 2 | 0 | 114 | 143 | 41 | 16 | 142 | 42 |
| Binary | 10101010 | 101001 | 10 | 0 | 1001100 | 1100011 | 100001 | 1110 | 1100010 | 100010 |
Color Harmonies of #AA2902
Complementary color
Monochromatic Colors of #AA2902
Black with #AA2902
Text Example
Text Example
White with #AA2902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2902; }
p { color: rgb(170,41,2); }
H1.HeaderClassName
{
color: #AA2902;
}
.AnyTagClassName
{
color: #AA2902;
}
</style>
background-color css
<style>
a { background-color: #AA2902; }
a { background-color: rgb(170,41,2); }
div.DivClassName
{
background-color: #AA2902;
}
.BgClassName
{
background-color: #AA2902;
}
</style>
border-color css
<style>
span { border-color: #AA2902; }
span { border-color: rgb(170,41,2); }
td.TdClassName
{
border-color: #AA2902;
}
.TagClassName
{
border-color: #AA2902;
}
</style>