Shades of Rust #AA2200
Tints of Rust #AA2200
RGB
CMYK
RGB Variations
Color information
#AA2200 (or 0xAA2200) is known color: Rust. HEX triplet: AA, 22 and 00. RGB value is (170,34,0). Sum of RGB (Red+Green+Blue) = 170+34+0=204 (27% of max value = 765). Red value is 170 (66.80% from 255 or 83.33% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2200 is #55DDFF. Grayscale: #474747. Windows color (decimal): -5627392 or 8874. OLE color: 8874.
HSL color Cylindrical-coordinate representation of color #AA2200: hue angle of 12º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA2200 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.33 |
| HSL | 12º | 1% | 0.33% | - |
| HSV(B) | 12º | 1% | 0.67% | - |
| XYZ | 17.15 | 9.69 | 0.97 | - |
| YUV | 70.79 | 88.06 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 0 | 0 | 0.80 | 1 | 0.33 | 12 | 1 | 0.33 |
| Hex | AA | 22 | 0 | 0 | 50 | 64 | 21 | C | 64 | 21 |
| Octal | 252 | 42 | 0 | 0 | 120 | 144 | 41 | 14 | 144 | 41 |
| Binary | 10101010 | 100010 | 0 | 0 | 1010000 | 1100100 | 100001 | 1100 | 1100100 | 100001 |
Color Harmonies of #AA2200
Complementary color
Monochromatic Colors of #AA2200
Black with #AA2200
Text Example
Text Example
White with #AA2200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2200; }
p { color: rgb(170,34,0); }
H1.HeaderClassName
{
color: #AA2200;
}
.AnyTagClassName
{
color: #AA2200;
}
</style>
background-color css
<style>
a { background-color: #AA2200; }
a { background-color: rgb(170,34,0); }
div.DivClassName
{
background-color: #AA2200;
}
.BgClassName
{
background-color: #AA2200;
}
</style>
border-color css
<style>
span { border-color: #AA2200; }
span { border-color: rgb(170,34,0); }
td.TdClassName
{
border-color: #AA2200;
}
.TagClassName
{
border-color: #AA2200;
}
</style>