Shades of Rust #AA3213
Tints of Rust #AA3213
RGB
CMYK
RGB Variations
Color information
#AA3213 (or 0xAA3213) is known color: Rust. HEX triplet: AA, 32 and 13. RGB value is (170,50,19). Sum of RGB (Red+Green+Blue) = 170+50+19=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3213 is #55CDEC. Grayscale: #525252. Windows color (decimal): -5623277 or 1258154. OLE color: 1258154.
HSL color Cylindrical-coordinate representation of color #AA3213: hue angle of 12.32º degrees, saturation: 0.8, 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 #AA3213 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 19 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.33 |
| HSL | 12.32º | 0.8% | 0.37% | - |
| HSV(B) | 12.32º | 0.89% | 0.67% | - |
| XYZ | 17.84 | 10.87 | 1.77 | - |
| YUV | 82.35 | 92.26 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 19 | 0 | 0.71 | 0.89 | 0.33 | 12.32 | 0.8 | 0.37 |
| Hex | AA | 32 | 13 | 0 | 47 | 59 | 21 | C | 50 | 25 |
| Octal | 252 | 62 | 23 | 0 | 107 | 131 | 41 | 14 | 120 | 45 |
| Binary | 10101010 | 110010 | 10011 | 0 | 1000111 | 1011001 | 100001 | 1100 | 1010000 | 100101 |
Color Harmonies of #AA3213
Complementary color
Monochromatic Colors of #AA3213
Black with #AA3213
Text Example
Text Example
White with #AA3213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3213; }
p { color: rgb(170,50,19); }
H1.HeaderClassName
{
color: #AA3213;
}
.AnyTagClassName
{
color: #AA3213;
}
</style>
background-color css
<style>
a { background-color: #AA3213; }
a { background-color: rgb(170,50,19); }
div.DivClassName
{
background-color: #AA3213;
}
.BgClassName
{
background-color: #AA3213;
}
</style>
border-color css
<style>
span { border-color: #AA3213; }
span { border-color: rgb(170,50,19); }
td.TdClassName
{
border-color: #AA3213;
}
.TagClassName
{
border-color: #AA3213;
}
</style>