Shades of Rust #AA3313
Tints of Rust #AA3313
RGB
CMYK
RGB Variations
Color information
#AA3313 (or 0xAA3313) is known color: Rust. HEX triplet: AA, 33 and 13. RGB value is (170,51,19). Sum of RGB (Red+Green+Blue) = 170+51+19=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3313 is #55CCEC. Grayscale: #535353. Windows color (decimal): -5623021 or 1258410. OLE color: 1258410.
HSL color Cylindrical-coordinate representation of color #AA3313: hue angle of 12.72º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA3313 is Cyan = 0, Magento = 0.7, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 19 | - |
| CMYK | 0 | 0.7 | 0.89 | 0.33 |
| HSL | 12.72º | 0.8% | 0.37% | - |
| HSV(B) | 12.72º | 0.89% | 0.67% | - |
| XYZ | 17.88 | 10.96 | 1.79 | - |
| YUV | 82.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 19 | 0 | 0.7 | 0.89 | 0.33 | 12.72 | 0.8 | 0.37 |
| Hex | AA | 33 | 13 | 0 | 46 | 59 | 21 | D | 50 | 25 |
| Octal | 252 | 63 | 23 | 0 | 106 | 131 | 41 | 15 | 120 | 45 |
| Binary | 10101010 | 110011 | 10011 | 0 | 1000110 | 1011001 | 100001 | 1101 | 1010000 | 100101 |
Color Harmonies of #AA3313
Complementary color
Monochromatic Colors of #AA3313
Black with #AA3313
Text Example
Text Example
White with #AA3313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3313; }
p { color: rgb(170,51,19); }
H1.HeaderClassName
{
color: #AA3313;
}
.AnyTagClassName
{
color: #AA3313;
}
</style>
background-color css
<style>
a { background-color: #AA3313; }
a { background-color: rgb(170,51,19); }
div.DivClassName
{
background-color: #AA3313;
}
.BgClassName
{
background-color: #AA3313;
}
</style>
border-color css
<style>
span { border-color: #AA3313; }
span { border-color: rgb(170,51,19); }
td.TdClassName
{
border-color: #AA3313;
}
.TagClassName
{
border-color: #AA3313;
}
</style>