Shades of Rust #AA2E12
Tints of Rust #AA2E12
RGB
CMYK
RGB Variations
Color information
#AA2E12 (or 0xAA2E12) is known color: Rust. HEX triplet: AA, 2E and 12. RGB value is (170,46,18). Sum of RGB (Red+Green+Blue) = 170+46+18=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2E12 is #55D1ED. Grayscale: #505050. Windows color (decimal): -5624302 or 1191594. OLE color: 1191594.
HSL color Cylindrical-coordinate representation of color #AA2E12: hue angle of 11.05º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA2E12 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 18 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.33 |
| HSL | 11.05º | 0.81% | 0.37% | - |
| HSV(B) | 11.05º | 0.89% | 0.67% | - |
| XYZ | 17.66 | 10.54 | 1.68 | - |
| YUV | 79.88 | 93.08 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 18 | 0 | 0.73 | 0.89 | 0.33 | 11.05 | 0.81 | 0.37 |
| Hex | AA | 2E | 12 | 0 | 49 | 59 | 21 | B | 51 | 25 |
| Octal | 252 | 56 | 22 | 0 | 111 | 131 | 41 | 13 | 121 | 45 |
| Binary | 10101010 | 101110 | 10010 | 0 | 1001001 | 1011001 | 100001 | 1011 | 1010001 | 100101 |
Color Harmonies of #AA2E12
Complementary color
Monochromatic Colors of #AA2E12
Black with #AA2E12
Text Example
Text Example
White with #AA2E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E12; }
p { color: rgb(170,46,18); }
H1.HeaderClassName
{
color: #AA2E12;
}
.AnyTagClassName
{
color: #AA2E12;
}
</style>
background-color css
<style>
a { background-color: #AA2E12; }
a { background-color: rgb(170,46,18); }
div.DivClassName
{
background-color: #AA2E12;
}
.BgClassName
{
background-color: #AA2E12;
}
</style>
border-color css
<style>
span { border-color: #AA2E12; }
span { border-color: rgb(170,46,18); }
td.TdClassName
{
border-color: #AA2E12;
}
.TagClassName
{
border-color: #AA2E12;
}
</style>