Shades of Rust #AA3416
Tints of Rust #AA3416
RGB
CMYK
RGB Variations
Color information
#AA3416 (or 0xAA3416) is known color: Rust. HEX triplet: AA, 34 and 16. RGB value is (170,52,22). Sum of RGB (Red+Green+Blue) = 170+52+22=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3416 is #55CBE9. Grayscale: #545454. Windows color (decimal): -5622762 or 1455274. OLE color: 1455274.
HSL color Cylindrical-coordinate representation of color #AA3416: hue angle of 12.16º 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 #AA3416 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 22 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.33 |
| HSL | 12.16º | 0.77% | 0.38% | - |
| HSV(B) | 12.16º | 0.87% | 0.67% | - |
| XYZ | 17.95 | 11.06 | 1.95 | - |
| YUV | 83.86 | 93.09 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 22 | 0 | 0.69 | 0.87 | 0.33 | 12.16 | 0.77 | 0.38 |
| Hex | AA | 34 | 16 | 0 | 45 | 57 | 21 | C | 4D | 26 |
| Octal | 252 | 64 | 26 | 0 | 105 | 127 | 41 | 14 | 115 | 46 |
| Binary | 10101010 | 110100 | 10110 | 0 | 1000101 | 1010111 | 100001 | 1100 | 1001101 | 100110 |
Color Harmonies of #AA3416
Complementary color
Monochromatic Colors of #AA3416
Black with #AA3416
Text Example
Text Example
White with #AA3416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3416; }
p { color: rgb(170,52,22); }
H1.HeaderClassName
{
color: #AA3416;
}
.AnyTagClassName
{
color: #AA3416;
}
</style>
background-color css
<style>
a { background-color: #AA3416; }
a { background-color: rgb(170,52,22); }
div.DivClassName
{
background-color: #AA3416;
}
.BgClassName
{
background-color: #AA3416;
}
</style>
border-color css
<style>
span { border-color: #AA3416; }
span { border-color: rgb(170,52,22); }
td.TdClassName
{
border-color: #AA3416;
}
.TagClassName
{
border-color: #AA3416;
}
</style>