Shades of Rust #AA3211
Tints of Rust #AA3211
RGB
CMYK
RGB Variations
Color information
#AA3211 (or 0xAA3211) is known color: Rust. HEX triplet: AA, 32 and 11. RGB value is (170,50,17). Sum of RGB (Red+Green+Blue) = 170+50+17=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3211 is #55CDEE. Grayscale: #525252. Windows color (decimal): -5623279 or 1127082. OLE color: 1127082.
HSL color Cylindrical-coordinate representation of color #AA3211: hue angle of 12.94º 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 #AA3211 is Cyan = 0, Magento = 0.71, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 17 | - |
| CMYK | 0 | 0.71 | 0.9 | 0.33 |
| HSL | 12.94º | 0.82% | 0.37% | - |
| HSV(B) | 12.94º | 0.9% | 0.67% | - |
| XYZ | 17.82 | 10.87 | 1.69 | - |
| YUV | 82.12 | 91.26 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 17 | 0 | 0.71 | 0.9 | 0.33 | 12.94 | 0.82 | 0.37 |
| Hex | AA | 32 | 11 | 0 | 47 | 5A | 21 | D | 52 | 25 |
| Octal | 252 | 62 | 21 | 0 | 107 | 132 | 41 | 15 | 122 | 45 |
| Binary | 10101010 | 110010 | 10001 | 0 | 1000111 | 1011010 | 100001 | 1101 | 1010010 | 100101 |
Color Harmonies of #AA3211
Complementary color
Monochromatic Colors of #AA3211
Black with #AA3211
Text Example
Text Example
White with #AA3211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3211; }
p { color: rgb(170,50,17); }
H1.HeaderClassName
{
color: #AA3211;
}
.AnyTagClassName
{
color: #AA3211;
}
</style>
background-color css
<style>
a { background-color: #AA3211; }
a { background-color: rgb(170,50,17); }
div.DivClassName
{
background-color: #AA3211;
}
.BgClassName
{
background-color: #AA3211;
}
</style>
border-color css
<style>
span { border-color: #AA3211; }
span { border-color: rgb(170,50,17); }
td.TdClassName
{
border-color: #AA3211;
}
.TagClassName
{
border-color: #AA3211;
}
</style>