Shades of Rust #AA3913
Tints of Rust #AA3913
RGB
CMYK
RGB Variations
Color information
#AA3913 (or 0xAA3913) is known color: Rust. HEX triplet: AA, 39 and 13. RGB value is (170,57,19). Sum of RGB (Red+Green+Blue) = 170+57+19=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3913 is #55C6EC. Grayscale: #565656. Windows color (decimal): -5621485 or 1259946. OLE color: 1259946.
HSL color Cylindrical-coordinate representation of color #AA3913: hue angle of 15.1º 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 #AA3913 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 19 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.33 |
| HSL | 15.1º | 0.8% | 0.37% | - |
| HSV(B) | 15.1º | 0.89% | 0.67% | - |
| XYZ | 18.16 | 11.52 | 1.88 | - |
| YUV | 86.46 | 89.94 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 19 | 0 | 0.66 | 0.89 | 0.33 | 15.1 | 0.8 | 0.37 |
| Hex | AA | 39 | 13 | 0 | 42 | 59 | 21 | F | 50 | 25 |
| Octal | 252 | 71 | 23 | 0 | 102 | 131 | 41 | 17 | 120 | 45 |
| Binary | 10101010 | 111001 | 10011 | 0 | 1000010 | 1011001 | 100001 | 1111 | 1010000 | 100101 |
Color Harmonies of #AA3913
Complementary color
Monochromatic Colors of #AA3913
Black with #AA3913
Text Example
Text Example
White with #AA3913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3913; }
p { color: rgb(170,57,19); }
H1.HeaderClassName
{
color: #AA3913;
}
.AnyTagClassName
{
color: #AA3913;
}
</style>
background-color css
<style>
a { background-color: #AA3913; }
a { background-color: rgb(170,57,19); }
div.DivClassName
{
background-color: #AA3913;
}
.BgClassName
{
background-color: #AA3913;
}
</style>
border-color css
<style>
span { border-color: #AA3913; }
span { border-color: rgb(170,57,19); }
td.TdClassName
{
border-color: #AA3913;
}
.TagClassName
{
border-color: #AA3913;
}
</style>