Shades of Rust #AA3616
Tints of Rust #AA3616
RGB
CMYK
RGB Variations
Color information
#AA3616 (or 0xAA3616) is known color: Rust. HEX triplet: AA, 36 and 16. RGB value is (170,54,22). Sum of RGB (Red+Green+Blue) = 170+54+22=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3616 is #55C9E9. Grayscale: #555555. Windows color (decimal): -5622250 or 1455786. OLE color: 1455786.
HSL color Cylindrical-coordinate representation of color #AA3616: hue angle of 12.97º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA3616 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 22 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.33 |
| HSL | 12.97º | 0.77% | 0.38% | - |
| HSV(B) | 12.97º | 0.87% | 0.67% | - |
| XYZ | 18.04 | 11.24 | 1.98 | - |
| YUV | 85.04 | 92.43 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 22 | 0 | 0.68 | 0.87 | 0.33 | 12.97 | 0.77 | 0.38 |
| Hex | AA | 36 | 16 | 0 | 44 | 57 | 21 | D | 4D | 26 |
| Octal | 252 | 66 | 26 | 0 | 104 | 127 | 41 | 15 | 115 | 46 |
| Binary | 10101010 | 110110 | 10110 | 0 | 1000100 | 1010111 | 100001 | 1101 | 1001101 | 100110 |
Color Harmonies of #AA3616
Complementary color
Monochromatic Colors of #AA3616
Black with #AA3616
Text Example
Text Example
White with #AA3616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3616; }
p { color: rgb(170,54,22); }
H1.HeaderClassName
{
color: #AA3616;
}
.AnyTagClassName
{
color: #AA3616;
}
</style>
background-color css
<style>
a { background-color: #AA3616; }
a { background-color: rgb(170,54,22); }
div.DivClassName
{
background-color: #AA3616;
}
.BgClassName
{
background-color: #AA3616;
}
</style>
border-color css
<style>
span { border-color: #AA3616; }
span { border-color: rgb(170,54,22); }
td.TdClassName
{
border-color: #AA3616;
}
.TagClassName
{
border-color: #AA3616;
}
</style>