Shades of Rust #AA3011
Tints of Rust #AA3011
RGB
CMYK
RGB Variations
Color information
#AA3011 (or 0xAA3011) is known color: Rust. HEX triplet: AA, 30 and 11. RGB value is (170,48,17). Sum of RGB (Red+Green+Blue) = 170+48+17=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3011 is #55CFEE. Grayscale: #515151. Windows color (decimal): -5623791 or 1126570. OLE color: 1126570.
HSL color Cylindrical-coordinate representation of color #AA3011: hue angle of 12.16º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA3011 is Cyan = 0, Magento = 0.72, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 17 | - |
| CMYK | 0 | 0.72 | 0.9 | 0.33 |
| HSL | 12.16º | 0.82% | 0.37% | - |
| HSV(B) | 12.16º | 0.9% | 0.67% | - |
| XYZ | 17.74 | 10.7 | 1.66 | - |
| YUV | 80.94 | 91.92 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 17 | 0 | 0.72 | 0.9 | 0.33 | 12.16 | 0.82 | 0.37 |
| Hex | AA | 30 | 11 | 0 | 48 | 5A | 21 | C | 52 | 25 |
| Octal | 252 | 60 | 21 | 0 | 110 | 132 | 41 | 14 | 122 | 45 |
| Binary | 10101010 | 110000 | 10001 | 0 | 1001000 | 1011010 | 100001 | 1100 | 1010010 | 100101 |
Color Harmonies of #AA3011
Complementary color
Monochromatic Colors of #AA3011
Black with #AA3011
Text Example
Text Example
White with #AA3011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3011; }
p { color: rgb(170,48,17); }
H1.HeaderClassName
{
color: #AA3011;
}
.AnyTagClassName
{
color: #AA3011;
}
</style>
background-color css
<style>
a { background-color: #AA3011; }
a { background-color: rgb(170,48,17); }
div.DivClassName
{
background-color: #AA3011;
}
.BgClassName
{
background-color: #AA3011;
}
</style>
border-color css
<style>
span { border-color: #AA3011; }
span { border-color: rgb(170,48,17); }
td.TdClassName
{
border-color: #AA3011;
}
.TagClassName
{
border-color: #AA3011;
}
</style>