Shades of Rust #AA2A0D
Tints of Rust #AA2A0D
RGB
CMYK
RGB Variations
Color information
#AA2A0D (or 0xAA2A0D) is known color: Rust. HEX triplet: AA, 2A and 0D. RGB value is (170,42,13). Sum of RGB (Red+Green+Blue) = 170+42+13=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2A0D is #55D5F2. Grayscale: #4D4D4D. Windows color (decimal): -5625331 or 862890. OLE color: 862890.
HSL color Cylindrical-coordinate representation of color #AA2A0D: hue angle of 11.08º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA2A0D is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 42 | 13 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.33 |
| HSL | 11.08º | 0.86% | 0.36% | - |
| HSV(B) | 11.08º | 0.92% | 0.67% | - |
| XYZ | 17.48 | 10.23 | 1.43 | - |
| YUV | 76.97 | 91.91 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 13 | 0 | 0.75 | 0.92 | 0.33 | 11.08 | 0.86 | 0.36 |
| Hex | AA | 2A | D | 0 | 4B | 5C | 21 | B | 56 | 24 |
| Octal | 252 | 52 | 15 | 0 | 113 | 134 | 41 | 13 | 126 | 44 |
| Binary | 10101010 | 101010 | 1101 | 0 | 1001011 | 1011100 | 100001 | 1011 | 1010110 | 100100 |
Color Harmonies of #AA2A0D
Complementary color
Monochromatic Colors of #AA2A0D
Black with #AA2A0D
Text Example
Text Example
White with #AA2A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2A0D; }
p { color: rgb(170,42,13); }
H1.HeaderClassName
{
color: #AA2A0D;
}
.AnyTagClassName
{
color: #AA2A0D;
}
</style>
background-color css
<style>
a { background-color: #AA2A0D; }
a { background-color: rgb(170,42,13); }
div.DivClassName
{
background-color: #AA2A0D;
}
.BgClassName
{
background-color: #AA2A0D;
}
</style>
border-color css
<style>
span { border-color: #AA2A0D; }
span { border-color: rgb(170,42,13); }
td.TdClassName
{
border-color: #AA2A0D;
}
.TagClassName
{
border-color: #AA2A0D;
}
</style>