Shades of Rust #AA2A00
Tints of Rust #AA2A00
RGB
CMYK
RGB Variations
Color information
#AA2A00 (or 0xAA2A00) is known color: Rust. HEX triplet: AA, 2A and 00. RGB value is (170,42,0). Sum of RGB (Red+Green+Blue) = 170+42+0=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2A00 is #55D5FF. Grayscale: #4B4B4B. Windows color (decimal): -5625344 or 10922. OLE color: 10922.
HSL color Cylindrical-coordinate representation of color #AA2A00: hue angle of 14.82º 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 #AA2A00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 42 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.33 |
| HSL | 14.82º | 1% | 0.33% | - |
| HSV(B) | 14.82º | 1% | 0.67% | - |
| XYZ | 17.41 | 10.2 | 1.05 | - |
| YUV | 75.48 | 85.41 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 0 | 0 | 0.75 | 1 | 0.33 | 14.82 | 1 | 0.33 |
| Hex | AA | 2A | 0 | 0 | 4B | 64 | 21 | F | 64 | 21 |
| Octal | 252 | 52 | 0 | 0 | 113 | 144 | 41 | 17 | 144 | 41 |
| Binary | 10101010 | 101010 | 0 | 0 | 1001011 | 1100100 | 100001 | 1111 | 1100100 | 100001 |
Color Harmonies of #AA2A00
Complementary color
Monochromatic Colors of #AA2A00
Black with #AA2A00
Text Example
Text Example
White with #AA2A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2A00; }
p { color: rgb(170,42,0); }
H1.HeaderClassName
{
color: #AA2A00;
}
.AnyTagClassName
{
color: #AA2A00;
}
</style>
background-color css
<style>
a { background-color: #AA2A00; }
a { background-color: rgb(170,42,0); }
div.DivClassName
{
background-color: #AA2A00;
}
.BgClassName
{
background-color: #AA2A00;
}
</style>
border-color css
<style>
span { border-color: #AA2A00; }
span { border-color: rgb(170,42,0); }
td.TdClassName
{
border-color: #AA2A00;
}
.TagClassName
{
border-color: #AA2A00;
}
</style>