Shades of Rust #AA2E11
Tints of Rust #AA2E11
RGB
CMYK
RGB Variations
Color information
#AA2E11 (or 0xAA2E11) is known color: Rust. HEX triplet: AA, 2E and 11. RGB value is (170,46,17). Sum of RGB (Red+Green+Blue) = 170+46+17=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2E11 is #55D1EE. Grayscale: #505050. Windows color (decimal): -5624303 or 1126058. OLE color: 1126058.
HSL color Cylindrical-coordinate representation of color #AA2E11: hue angle of 11.37º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA2E11 is Cyan = 0, Magento = 0.73, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 17 | - |
| CMYK | 0 | 0.73 | 0.9 | 0.33 |
| HSL | 11.37º | 0.82% | 0.37% | - |
| HSV(B) | 11.37º | 0.9% | 0.67% | - |
| XYZ | 17.66 | 10.54 | 1.63 | - |
| YUV | 79.77 | 92.58 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 17 | 0 | 0.73 | 0.9 | 0.33 | 11.37 | 0.82 | 0.37 |
| Hex | AA | 2E | 11 | 0 | 49 | 5A | 21 | B | 52 | 25 |
| Octal | 252 | 56 | 21 | 0 | 111 | 132 | 41 | 13 | 122 | 45 |
| Binary | 10101010 | 101110 | 10001 | 0 | 1001001 | 1011010 | 100001 | 1011 | 1010010 | 100101 |
Color Harmonies of #AA2E11
Complementary color
Monochromatic Colors of #AA2E11
Black with #AA2E11
Text Example
Text Example
White with #AA2E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E11; }
p { color: rgb(170,46,17); }
H1.HeaderClassName
{
color: #AA2E11;
}
.AnyTagClassName
{
color: #AA2E11;
}
</style>
background-color css
<style>
a { background-color: #AA2E11; }
a { background-color: rgb(170,46,17); }
div.DivClassName
{
background-color: #AA2E11;
}
.BgClassName
{
background-color: #AA2E11;
}
</style>
border-color css
<style>
span { border-color: #AA2E11; }
span { border-color: rgb(170,46,17); }
td.TdClassName
{
border-color: #AA2E11;
}
.TagClassName
{
border-color: #AA2E11;
}
</style>