Shades of Rust #AA4112
Tints of Rust #AA4112
RGB
CMYK
RGB Variations
Color information
#AA4112 (or 0xAA4112) is known color: Rust. HEX triplet: AA, 41 and 12. RGB value is (170,65,18). Sum of RGB (Red+Green+Blue) = 170+65+18=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4112 is #55BEED. Grayscale: #5B5B5B. Windows color (decimal): -5619438 or 1196458. OLE color: 1196458.
HSL color Cylindrical-coordinate representation of color #AA4112: hue angle of 18.55º 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 #AA4112 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 18 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.33 |
| HSL | 18.55º | 0.81% | 0.37% | - |
| HSV(B) | 18.55º | 0.89% | 0.67% | - |
| XYZ | 18.58 | 12.37 | 1.98 | - |
| YUV | 91.04 | 86.79 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 18 | 0 | 0.62 | 0.89 | 0.33 | 18.55 | 0.81 | 0.37 |
| Hex | AA | 41 | 12 | 0 | 3E | 59 | 21 | 13 | 51 | 25 |
| Octal | 252 | 101 | 22 | 0 | 76 | 131 | 41 | 23 | 121 | 45 |
| Binary | 10101010 | 1000001 | 10010 | 0 | 111110 | 1011001 | 100001 | 10011 | 1010001 | 100101 |
Color Harmonies of #AA4112
Complementary color
Monochromatic Colors of #AA4112
Black with #AA4112
Text Example
Text Example
White with #AA4112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4112; }
p { color: rgb(170,65,18); }
H1.HeaderClassName
{
color: #AA4112;
}
.AnyTagClassName
{
color: #AA4112;
}
</style>
background-color css
<style>
a { background-color: #AA4112; }
a { background-color: rgb(170,65,18); }
div.DivClassName
{
background-color: #AA4112;
}
.BgClassName
{
background-color: #AA4112;
}
</style>
border-color css
<style>
span { border-color: #AA4112; }
span { border-color: rgb(170,65,18); }
td.TdClassName
{
border-color: #AA4112;
}
.TagClassName
{
border-color: #AA4112;
}
</style>