Shades of Rust #AA3212
Tints of Rust #AA3212
RGB
CMYK
RGB Variations
Color information
#AA3212 (or 0xAA3212) is known color: Rust. HEX triplet: AA, 32 and 12. RGB value is (170,50,18). Sum of RGB (Red+Green+Blue) = 170+50+18=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3212 is #55CDED. Grayscale: #525252. Windows color (decimal): -5623278 or 1192618. OLE color: 1192618.
HSL color Cylindrical-coordinate representation of color #AA3212: hue angle of 12.63º 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 #AA3212 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 18 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.33 |
| HSL | 12.63º | 0.81% | 0.37% | - |
| HSV(B) | 12.63º | 0.89% | 0.67% | - |
| XYZ | 17.83 | 10.87 | 1.73 | - |
| YUV | 82.23 | 91.76 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 18 | 0 | 0.71 | 0.89 | 0.33 | 12.63 | 0.81 | 0.37 |
| Hex | AA | 32 | 12 | 0 | 47 | 59 | 21 | D | 51 | 25 |
| Octal | 252 | 62 | 22 | 0 | 107 | 131 | 41 | 15 | 121 | 45 |
| Binary | 10101010 | 110010 | 10010 | 0 | 1000111 | 1011001 | 100001 | 1101 | 1010001 | 100101 |
Color Harmonies of #AA3212
Complementary color
Monochromatic Colors of #AA3212
Black with #AA3212
Text Example
Text Example
White with #AA3212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3212; }
p { color: rgb(170,50,18); }
H1.HeaderClassName
{
color: #AA3212;
}
.AnyTagClassName
{
color: #AA3212;
}
</style>
background-color css
<style>
a { background-color: #AA3212; }
a { background-color: rgb(170,50,18); }
div.DivClassName
{
background-color: #AA3212;
}
.BgClassName
{
background-color: #AA3212;
}
</style>
border-color css
<style>
span { border-color: #AA3212; }
span { border-color: rgb(170,50,18); }
td.TdClassName
{
border-color: #AA3212;
}
.TagClassName
{
border-color: #AA3212;
}
</style>