Shades of Rust #AA3E12
Tints of Rust #AA3E12
RGB
CMYK
RGB Variations
Color information
#AA3E12 (or 0xAA3E12) is known color: Rust. HEX triplet: AA, 3E and 12. RGB value is (170,62,18). Sum of RGB (Red+Green+Blue) = 170+62+18=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3E12 is #55C1ED. Grayscale: #595959. Windows color (decimal): -5620206 or 1195690. OLE color: 1195690.
HSL color Cylindrical-coordinate representation of color #AA3E12: hue angle of 17.37º 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 #AA3E12 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 18 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.33 |
| HSL | 17.37º | 0.81% | 0.37% | - |
| HSV(B) | 17.37º | 0.89% | 0.67% | - |
| XYZ | 18.41 | 12.03 | 1.92 | - |
| YUV | 89.28 | 87.78 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 18 | 0 | 0.64 | 0.89 | 0.33 | 17.37 | 0.81 | 0.37 |
| Hex | AA | 3E | 12 | 0 | 40 | 59 | 21 | 11 | 51 | 25 |
| Octal | 252 | 76 | 22 | 0 | 100 | 131 | 41 | 21 | 121 | 45 |
| Binary | 10101010 | 111110 | 10010 | 0 | 1000000 | 1011001 | 100001 | 10001 | 1010001 | 100101 |
Color Harmonies of #AA3E12
Complementary color
Monochromatic Colors of #AA3E12
Black with #AA3E12
Text Example
Text Example
White with #AA3E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E12; }
p { color: rgb(170,62,18); }
H1.HeaderClassName
{
color: #AA3E12;
}
.AnyTagClassName
{
color: #AA3E12;
}
</style>
background-color css
<style>
a { background-color: #AA3E12; }
a { background-color: rgb(170,62,18); }
div.DivClassName
{
background-color: #AA3E12;
}
.BgClassName
{
background-color: #AA3E12;
}
</style>
border-color css
<style>
span { border-color: #AA3E12; }
span { border-color: rgb(170,62,18); }
td.TdClassName
{
border-color: #AA3E12;
}
.TagClassName
{
border-color: #AA3E12;
}
</style>