Shades of Rust #AA3115
Tints of Rust #AA3115
RGB
CMYK
RGB Variations
Color information
#AA3115 (or 0xAA3115) is known color: Rust. HEX triplet: AA, 31 and 15. RGB value is (170,49,21). Sum of RGB (Red+Green+Blue) = 170+49+21=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3115 is #55CEEA. Grayscale: #525252. Windows color (decimal): -5623531 or 1388970. OLE color: 1388970.
HSL color Cylindrical-coordinate representation of color #AA3115: hue angle of 11.28º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA3115 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 21 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.33 |
| HSL | 11.28º | 0.78% | 0.37% | - |
| HSV(B) | 11.28º | 0.88% | 0.67% | - |
| XYZ | 17.81 | 10.8 | 1.85 | - |
| YUV | 81.99 | 93.59 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 21 | 0 | 0.71 | 0.88 | 0.33 | 11.28 | 0.78 | 0.37 |
| Hex | AA | 31 | 15 | 0 | 47 | 58 | 21 | B | 4E | 25 |
| Octal | 252 | 61 | 25 | 0 | 107 | 130 | 41 | 13 | 116 | 45 |
| Binary | 10101010 | 110001 | 10101 | 0 | 1000111 | 1011000 | 100001 | 1011 | 1001110 | 100101 |
Color Harmonies of #AA3115
Complementary color
Monochromatic Colors of #AA3115
Black with #AA3115
Text Example
Text Example
White with #AA3115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3115; }
p { color: rgb(170,49,21); }
H1.HeaderClassName
{
color: #AA3115;
}
.AnyTagClassName
{
color: #AA3115;
}
</style>
background-color css
<style>
a { background-color: #AA3115; }
a { background-color: rgb(170,49,21); }
div.DivClassName
{
background-color: #AA3115;
}
.BgClassName
{
background-color: #AA3115;
}
</style>
border-color css
<style>
span { border-color: #AA3115; }
span { border-color: rgb(170,49,21); }
td.TdClassName
{
border-color: #AA3115;
}
.TagClassName
{
border-color: #AA3115;
}
</style>