Shades of Rust #AA3613
Tints of Rust #AA3613
RGB
CMYK
RGB Variations
Color information
#AA3613 (or 0xAA3613) is known color: Rust. HEX triplet: AA, 36 and 13. RGB value is (170,54,19). Sum of RGB (Red+Green+Blue) = 170+54+19=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3613 is #55C9EC. Grayscale: #545454. Windows color (decimal): -5622253 or 1259178. OLE color: 1259178.
HSL color Cylindrical-coordinate representation of color #AA3613: hue angle of 13.91º 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 #AA3613 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 19 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.33 |
| HSL | 13.91º | 0.8% | 0.37% | - |
| HSV(B) | 13.91º | 0.89% | 0.67% | - |
| XYZ | 18.01 | 11.23 | 1.83 | - |
| YUV | 84.69 | 90.93 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 19 | 0 | 0.68 | 0.89 | 0.33 | 13.91 | 0.8 | 0.37 |
| Hex | AA | 36 | 13 | 0 | 44 | 59 | 21 | E | 50 | 25 |
| Octal | 252 | 66 | 23 | 0 | 104 | 131 | 41 | 16 | 120 | 45 |
| Binary | 10101010 | 110110 | 10011 | 0 | 1000100 | 1011001 | 100001 | 1110 | 1010000 | 100101 |
Color Harmonies of #AA3613
Complementary color
Monochromatic Colors of #AA3613
Black with #AA3613
Text Example
Text Example
White with #AA3613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3613; }
p { color: rgb(170,54,19); }
H1.HeaderClassName
{
color: #AA3613;
}
.AnyTagClassName
{
color: #AA3613;
}
</style>
background-color css
<style>
a { background-color: #AA3613; }
a { background-color: rgb(170,54,19); }
div.DivClassName
{
background-color: #AA3613;
}
.BgClassName
{
background-color: #AA3613;
}
</style>
border-color css
<style>
span { border-color: #AA3613; }
span { border-color: rgb(170,54,19); }
td.TdClassName
{
border-color: #AA3613;
}
.TagClassName
{
border-color: #AA3613;
}
</style>