Shades of Rust #AA3116
Tints of Rust #AA3116
RGB
CMYK
RGB Variations
Color information
#AA3116 (or 0xAA3116) is known color: Rust. HEX triplet: AA, 31 and 16. RGB value is (170,49,22). Sum of RGB (Red+Green+Blue) = 170+49+22=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3116 is #55CEE9. Grayscale: #525252. Windows color (decimal): -5623530 or 1454506. OLE color: 1454506.
HSL color Cylindrical-coordinate representation of color #AA3116: hue angle of 10.95º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA3116 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 22 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.33 |
| HSL | 10.95º | 0.77% | 0.38% | - |
| HSV(B) | 10.95º | 0.87% | 0.67% | - |
| XYZ | 17.82 | 10.8 | 1.9 | - |
| YUV | 82.1 | 94.09 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 22 | 0 | 0.71 | 0.87 | 0.33 | 10.95 | 0.77 | 0.38 |
| Hex | AA | 31 | 16 | 0 | 47 | 57 | 21 | B | 4D | 26 |
| Octal | 252 | 61 | 26 | 0 | 107 | 127 | 41 | 13 | 115 | 46 |
| Binary | 10101010 | 110001 | 10110 | 0 | 1000111 | 1010111 | 100001 | 1011 | 1001101 | 100110 |
Color Harmonies of #AA3116
Complementary color
Monochromatic Colors of #AA3116
Black with #AA3116
Text Example
Text Example
White with #AA3116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3116; }
p { color: rgb(170,49,22); }
H1.HeaderClassName
{
color: #AA3116;
}
.AnyTagClassName
{
color: #AA3116;
}
</style>
background-color css
<style>
a { background-color: #AA3116; }
a { background-color: rgb(170,49,22); }
div.DivClassName
{
background-color: #AA3116;
}
.BgClassName
{
background-color: #AA3116;
}
</style>
border-color css
<style>
span { border-color: #AA3116; }
span { border-color: rgb(170,49,22); }
td.TdClassName
{
border-color: #AA3116;
}
.TagClassName
{
border-color: #AA3116;
}
</style>