Shades of Rust #AA3512
Tints of Rust #AA3512
RGB
CMYK
RGB Variations
Color information
#AA3512 (or 0xAA3512) is known color: Rust. HEX triplet: AA, 35 and 12. RGB value is (170,53,18). Sum of RGB (Red+Green+Blue) = 170+53+18=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3512 is #55CAED. Grayscale: #545454. Windows color (decimal): -5622510 or 1193386. OLE color: 1193386.
HSL color Cylindrical-coordinate representation of color #AA3512: hue angle of 13.82º 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 #AA3512 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 18 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.33 |
| HSL | 13.82º | 0.81% | 0.37% | - |
| HSV(B) | 13.82º | 0.89% | 0.67% | - |
| XYZ | 17.96 | 11.14 | 1.78 | - |
| YUV | 83.99 | 90.76 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 18 | 0 | 0.69 | 0.89 | 0.33 | 13.82 | 0.81 | 0.37 |
| Hex | AA | 35 | 12 | 0 | 45 | 59 | 21 | E | 51 | 25 |
| Octal | 252 | 65 | 22 | 0 | 105 | 131 | 41 | 16 | 121 | 45 |
| Binary | 10101010 | 110101 | 10010 | 0 | 1000101 | 1011001 | 100001 | 1110 | 1010001 | 100101 |
Color Harmonies of #AA3512
Complementary color
Monochromatic Colors of #AA3512
Black with #AA3512
Text Example
Text Example
White with #AA3512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3512; }
p { color: rgb(170,53,18); }
H1.HeaderClassName
{
color: #AA3512;
}
.AnyTagClassName
{
color: #AA3512;
}
</style>
background-color css
<style>
a { background-color: #AA3512; }
a { background-color: rgb(170,53,18); }
div.DivClassName
{
background-color: #AA3512;
}
.BgClassName
{
background-color: #AA3512;
}
</style>
border-color css
<style>
span { border-color: #AA3512; }
span { border-color: rgb(170,53,18); }
td.TdClassName
{
border-color: #AA3512;
}
.TagClassName
{
border-color: #AA3512;
}
</style>