Shades of Rust #AA3513
Tints of Rust #AA3513
RGB
CMYK
RGB Variations
Color information
#AA3513 (or 0xAA3513) is known color: Rust. HEX triplet: AA, 35 and 13. RGB value is (170,53,19). Sum of RGB (Red+Green+Blue) = 170+53+19=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3513 is #55CAEC. Grayscale: #545454. Windows color (decimal): -5622509 or 1258922. OLE color: 1258922.
HSL color Cylindrical-coordinate representation of color #AA3513: hue angle of 13.51º 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 #AA3513 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 19 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.33 |
| HSL | 13.51º | 0.8% | 0.37% | - |
| HSV(B) | 13.51º | 0.89% | 0.67% | - |
| XYZ | 17.97 | 11.14 | 1.82 | - |
| YUV | 84.11 | 91.26 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 19 | 0 | 0.69 | 0.89 | 0.33 | 13.51 | 0.8 | 0.37 |
| Hex | AA | 35 | 13 | 0 | 45 | 59 | 21 | E | 50 | 25 |
| Octal | 252 | 65 | 23 | 0 | 105 | 131 | 41 | 16 | 120 | 45 |
| Binary | 10101010 | 110101 | 10011 | 0 | 1000101 | 1011001 | 100001 | 1110 | 1010000 | 100101 |
Color Harmonies of #AA3513
Complementary color
Monochromatic Colors of #AA3513
Black with #AA3513
Text Example
Text Example
White with #AA3513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3513; }
p { color: rgb(170,53,19); }
H1.HeaderClassName
{
color: #AA3513;
}
.AnyTagClassName
{
color: #AA3513;
}
</style>
background-color css
<style>
a { background-color: #AA3513; }
a { background-color: rgb(170,53,19); }
div.DivClassName
{
background-color: #AA3513;
}
.BgClassName
{
background-color: #AA3513;
}
</style>
border-color css
<style>
span { border-color: #AA3513; }
span { border-color: rgb(170,53,19); }
td.TdClassName
{
border-color: #AA3513;
}
.TagClassName
{
border-color: #AA3513;
}
</style>