Shades of Rust #AA4012
Tints of Rust #AA4012
RGB
CMYK
RGB Variations
Color information
#AA4012 (or 0xAA4012) is known color: Rust. HEX triplet: AA, 40 and 12. RGB value is (170,64,18). Sum of RGB (Red+Green+Blue) = 170+64+18=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4012 is #55BFED. Grayscale: #5A5A5A. Windows color (decimal): -5619694 or 1196202. OLE color: 1196202.
HSL color Cylindrical-coordinate representation of color #AA4012: hue angle of 18.16º 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 #AA4012 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 18 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.33 |
| HSL | 18.16º | 0.81% | 0.37% | - |
| HSV(B) | 18.16º | 0.89% | 0.67% | - |
| XYZ | 18.52 | 12.26 | 1.96 | - |
| YUV | 90.45 | 87.12 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 18 | 0 | 0.62 | 0.89 | 0.33 | 18.16 | 0.81 | 0.37 |
| Hex | AA | 40 | 12 | 0 | 3E | 59 | 21 | 12 | 51 | 25 |
| Octal | 252 | 100 | 22 | 0 | 76 | 131 | 41 | 22 | 121 | 45 |
| Binary | 10101010 | 1000000 | 10010 | 0 | 111110 | 1011001 | 100001 | 10010 | 1010001 | 100101 |
Color Harmonies of #AA4012
Complementary color
Monochromatic Colors of #AA4012
Black with #AA4012
Text Example
Text Example
White with #AA4012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4012; }
p { color: rgb(170,64,18); }
H1.HeaderClassName
{
color: #AA4012;
}
.AnyTagClassName
{
color: #AA4012;
}
</style>
background-color css
<style>
a { background-color: #AA4012; }
a { background-color: rgb(170,64,18); }
div.DivClassName
{
background-color: #AA4012;
}
.BgClassName
{
background-color: #AA4012;
}
</style>
border-color css
<style>
span { border-color: #AA4012; }
span { border-color: rgb(170,64,18); }
td.TdClassName
{
border-color: #AA4012;
}
.TagClassName
{
border-color: #AA4012;
}
</style>