Shades of Rust #AA3310
Tints of Rust #AA3310
RGB
CMYK
RGB Variations
Color information
#AA3310 (or 0xAA3310) is known color: Rust. HEX triplet: AA, 33 and 10. RGB value is (170,51,16). Sum of RGB (Red+Green+Blue) = 170+51+16=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3310 is #55CCEF. Grayscale: #525252. Windows color (decimal): -5623024 or 1061802. OLE color: 1061802.
HSL color Cylindrical-coordinate representation of color #AA3310: hue angle of 13.64º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA3310 is Cyan = 0, Magento = 0.7, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 16 | - |
| CMYK | 0 | 0.7 | 0.91 | 0.33 |
| HSL | 13.64º | 0.83% | 0.36% | - |
| HSV(B) | 13.64º | 0.91% | 0.67% | - |
| XYZ | 17.85 | 10.95 | 1.66 | - |
| YUV | 82.59 | 90.42 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 16 | 0 | 0.7 | 0.91 | 0.33 | 13.64 | 0.83 | 0.36 |
| Hex | AA | 33 | 10 | 0 | 46 | 5B | 21 | E | 53 | 24 |
| Octal | 252 | 63 | 20 | 0 | 106 | 133 | 41 | 16 | 123 | 44 |
| Binary | 10101010 | 110011 | 10000 | 0 | 1000110 | 1011011 | 100001 | 1110 | 1010011 | 100100 |
Color Harmonies of #AA3310
Complementary color
Monochromatic Colors of #AA3310
Black with #AA3310
Text Example
Text Example
White with #AA3310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3310; }
p { color: rgb(170,51,16); }
H1.HeaderClassName
{
color: #AA3310;
}
.AnyTagClassName
{
color: #AA3310;
}
</style>
background-color css
<style>
a { background-color: #AA3310; }
a { background-color: rgb(170,51,16); }
div.DivClassName
{
background-color: #AA3310;
}
.BgClassName
{
background-color: #AA3310;
}
</style>
border-color css
<style>
span { border-color: #AA3310; }
span { border-color: rgb(170,51,16); }
td.TdClassName
{
border-color: #AA3310;
}
.TagClassName
{
border-color: #AA3310;
}
</style>