Shades of Rust #AA4212
Tints of Rust #AA4212
RGB
CMYK
RGB Variations
Color information
#AA4212 (or 0xAA4212) is known color: Rust. HEX triplet: AA, 42 and 12. RGB value is (170,66,18). Sum of RGB (Red+Green+Blue) = 170+66+18=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4212 is #55BDED. Grayscale: #5B5B5B. Windows color (decimal): -5619182 or 1196714. OLE color: 1196714.
HSL color Cylindrical-coordinate representation of color #AA4212: hue angle of 18.95º 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 #AA4212 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 18 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.33 |
| HSL | 18.95º | 0.81% | 0.37% | - |
| HSV(B) | 18.95º | 0.89% | 0.67% | - |
| XYZ | 18.63 | 12.49 | 2 | - |
| YUV | 91.62 | 86.46 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 18 | 0 | 0.61 | 0.89 | 0.33 | 18.95 | 0.81 | 0.37 |
| Hex | AA | 42 | 12 | 0 | 3D | 59 | 21 | 13 | 51 | 25 |
| Octal | 252 | 102 | 22 | 0 | 75 | 131 | 41 | 23 | 121 | 45 |
| Binary | 10101010 | 1000010 | 10010 | 0 | 111101 | 1011001 | 100001 | 10011 | 1010001 | 100101 |
Color Harmonies of #AA4212
Complementary color
Monochromatic Colors of #AA4212
Black with #AA4212
Text Example
Text Example
White with #AA4212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4212; }
p { color: rgb(170,66,18); }
H1.HeaderClassName
{
color: #AA4212;
}
.AnyTagClassName
{
color: #AA4212;
}
</style>
background-color css
<style>
a { background-color: #AA4212; }
a { background-color: rgb(170,66,18); }
div.DivClassName
{
background-color: #AA4212;
}
.BgClassName
{
background-color: #AA4212;
}
</style>
border-color css
<style>
span { border-color: #AA4212; }
span { border-color: rgb(170,66,18); }
td.TdClassName
{
border-color: #AA4212;
}
.TagClassName
{
border-color: #AA4212;
}
</style>