Shades of Rust #AA4913
Tints of Rust #AA4913
RGB
CMYK
RGB Variations
Color information
#AA4913 (or 0xAA4913) is known color: Rust. HEX triplet: AA, 49 and 13. RGB value is (170,73,19). Sum of RGB (Red+Green+Blue) = 170+73+19=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4913 is #55B6EC. Grayscale: #606060. Windows color (decimal): -5617389 or 1264042. OLE color: 1264042.
HSL color Cylindrical-coordinate representation of color #AA4913: hue angle of 21.46º 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 #AA4913 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 19 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.33 |
| HSL | 21.46º | 0.8% | 0.37% | - |
| HSV(B) | 21.46º | 0.89% | 0.67% | - |
| XYZ | 19.08 | 13.36 | 2.19 | - |
| YUV | 95.85 | 84.64 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 19 | 0 | 0.57 | 0.89 | 0.33 | 21.46 | 0.8 | 0.37 |
| Hex | AA | 49 | 13 | 0 | 39 | 59 | 21 | 15 | 50 | 25 |
| Octal | 252 | 111 | 23 | 0 | 71 | 131 | 41 | 25 | 120 | 45 |
| Binary | 10101010 | 1001001 | 10011 | 0 | 111001 | 1011001 | 100001 | 10101 | 1010000 | 100101 |
Color Harmonies of #AA4913
Complementary color
Monochromatic Colors of #AA4913
Black with #AA4913
Text Example
Text Example
White with #AA4913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4913; }
p { color: rgb(170,73,19); }
H1.HeaderClassName
{
color: #AA4913;
}
.AnyTagClassName
{
color: #AA4913;
}
</style>
background-color css
<style>
a { background-color: #AA4913; }
a { background-color: rgb(170,73,19); }
div.DivClassName
{
background-color: #AA4913;
}
.BgClassName
{
background-color: #AA4913;
}
</style>
border-color css
<style>
span { border-color: #AA4913; }
span { border-color: rgb(170,73,19); }
td.TdClassName
{
border-color: #AA4913;
}
.TagClassName
{
border-color: #AA4913;
}
</style>