Shades of Rust #AA3612
Tints of Rust #AA3612
RGB
CMYK
RGB Variations
Color information
#AA3612 (or 0xAA3612) is known color: Rust. HEX triplet: AA, 36 and 12. RGB value is (170,54,18). Sum of RGB (Red+Green+Blue) = 170+54+18=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3612 is #55C9ED. Grayscale: #545454. Windows color (decimal): -5622254 or 1193642. OLE color: 1193642.
HSL color Cylindrical-coordinate representation of color #AA3612: hue angle of 14.21º 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 #AA3612 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 18 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.33 |
| HSL | 14.21º | 0.81% | 0.37% | - |
| HSV(B) | 14.21º | 0.89% | 0.67% | - |
| XYZ | 18.01 | 11.23 | 1.79 | - |
| YUV | 84.58 | 90.43 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 18 | 0 | 0.68 | 0.89 | 0.33 | 14.21 | 0.81 | 0.37 |
| Hex | AA | 36 | 12 | 0 | 44 | 59 | 21 | E | 51 | 25 |
| Octal | 252 | 66 | 22 | 0 | 104 | 131 | 41 | 16 | 121 | 45 |
| Binary | 10101010 | 110110 | 10010 | 0 | 1000100 | 1011001 | 100001 | 1110 | 1010001 | 100101 |
Color Harmonies of #AA3612
Complementary color
Monochromatic Colors of #AA3612
Black with #AA3612
Text Example
Text Example
White with #AA3612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3612; }
p { color: rgb(170,54,18); }
H1.HeaderClassName
{
color: #AA3612;
}
.AnyTagClassName
{
color: #AA3612;
}
</style>
background-color css
<style>
a { background-color: #AA3612; }
a { background-color: rgb(170,54,18); }
div.DivClassName
{
background-color: #AA3612;
}
.BgClassName
{
background-color: #AA3612;
}
</style>
border-color css
<style>
span { border-color: #AA3612; }
span { border-color: rgb(170,54,18); }
td.TdClassName
{
border-color: #AA3612;
}
.TagClassName
{
border-color: #AA3612;
}
</style>