Shades of Rust #AA3204
Tints of Rust #AA3204
RGB
CMYK
RGB Variations
Color information
#AA3204 (or 0xAA3204) is known color: Rust. HEX triplet: AA, 32 and 04. RGB value is (170,50,4). Sum of RGB (Red+Green+Blue) = 170+50+4=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3204 is #55CDFB. Grayscale: #505050. Windows color (decimal): -5623292 or 275114. OLE color: 275114.
HSL color Cylindrical-coordinate representation of color #AA3204: hue angle of 16.63º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA3204 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 4 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.33 |
| HSL | 16.63º | 0.95% | 0.34% | - |
| HSV(B) | 16.63º | 0.98% | 0.67% | - |
| XYZ | 17.74 | 10.84 | 1.27 | - |
| YUV | 80.64 | 84.76 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 4 | 0 | 0.71 | 0.98 | 0.33 | 16.63 | 0.95 | 0.34 |
| Hex | AA | 32 | 4 | 0 | 47 | 62 | 21 | 11 | 5F | 22 |
| Octal | 252 | 62 | 4 | 0 | 107 | 142 | 41 | 21 | 137 | 42 |
| Binary | 10101010 | 110010 | 100 | 0 | 1000111 | 1100010 | 100001 | 10001 | 1011111 | 100010 |
Color Harmonies of #AA3204
Complementary color
Monochromatic Colors of #AA3204
Black with #AA3204
Text Example
Text Example
White with #AA3204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3204; }
p { color: rgb(170,50,4); }
H1.HeaderClassName
{
color: #AA3204;
}
.AnyTagClassName
{
color: #AA3204;
}
</style>
background-color css
<style>
a { background-color: #AA3204; }
a { background-color: rgb(170,50,4); }
div.DivClassName
{
background-color: #AA3204;
}
.BgClassName
{
background-color: #AA3204;
}
</style>
border-color css
<style>
span { border-color: #AA3204; }
span { border-color: rgb(170,50,4); }
td.TdClassName
{
border-color: #AA3204;
}
.TagClassName
{
border-color: #AA3204;
}
</style>