Shades of Rust #AA3515
Tints of Rust #AA3515
RGB
CMYK
RGB Variations
Color information
#AA3515 (or 0xAA3515) is known color: Rust. HEX triplet: AA, 35 and 15. RGB value is (170,53,21). Sum of RGB (Red+Green+Blue) = 170+53+21=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3515 is #55CAEA. Grayscale: #545454. Windows color (decimal): -5622507 or 1389994. OLE color: 1389994.
HSL color Cylindrical-coordinate representation of color #AA3515: hue angle of 12.89º 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 #AA3515 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 21 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.33 |
| HSL | 12.89º | 0.78% | 0.37% | - |
| HSV(B) | 12.89º | 0.88% | 0.67% | - |
| XYZ | 17.99 | 11.15 | 1.91 | - |
| YUV | 84.34 | 92.26 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 21 | 0 | 0.69 | 0.88 | 0.33 | 12.89 | 0.78 | 0.37 |
| Hex | AA | 35 | 15 | 0 | 45 | 58 | 21 | D | 4E | 25 |
| Octal | 252 | 65 | 25 | 0 | 105 | 130 | 41 | 15 | 116 | 45 |
| Binary | 10101010 | 110101 | 10101 | 0 | 1000101 | 1011000 | 100001 | 1101 | 1001110 | 100101 |
Color Harmonies of #AA3515
Complementary color
Monochromatic Colors of #AA3515
Black with #AA3515
Text Example
Text Example
White with #AA3515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3515; }
p { color: rgb(170,53,21); }
H1.HeaderClassName
{
color: #AA3515;
}
.AnyTagClassName
{
color: #AA3515;
}
</style>
background-color css
<style>
a { background-color: #AA3515; }
a { background-color: rgb(170,53,21); }
div.DivClassName
{
background-color: #AA3515;
}
.BgClassName
{
background-color: #AA3515;
}
</style>
border-color css
<style>
span { border-color: #AA3515; }
span { border-color: rgb(170,53,21); }
td.TdClassName
{
border-color: #AA3515;
}
.TagClassName
{
border-color: #AA3515;
}
</style>