Shades of Rust #AA3104
Tints of Rust #AA3104
RGB
CMYK
RGB Variations
Color information
#AA3104 (or 0xAA3104) is known color: Rust. HEX triplet: AA, 31 and 04. RGB value is (170,49,4). Sum of RGB (Red+Green+Blue) = 170+49+4=223 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.23% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3104 is #55CEFB. Grayscale: #505050. Windows color (decimal): -5623548 or 274858. OLE color: 274858.
HSL color Cylindrical-coordinate representation of color #AA3104: hue angle of 16.27º 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 #AA3104 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 4 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.33 |
| HSL | 16.27º | 0.95% | 0.34% | - |
| HSV(B) | 16.27º | 0.98% | 0.67% | - |
| XYZ | 17.7 | 10.75 | 1.26 | - |
| YUV | 80.05 | 85.09 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 4 | 0 | 0.71 | 0.98 | 0.33 | 16.27 | 0.95 | 0.34 |
| Hex | AA | 31 | 4 | 0 | 47 | 62 | 21 | 10 | 5F | 22 |
| Octal | 252 | 61 | 4 | 0 | 107 | 142 | 41 | 20 | 137 | 42 |
| Binary | 10101010 | 110001 | 100 | 0 | 1000111 | 1100010 | 100001 | 10000 | 1011111 | 100010 |
Color Harmonies of #AA3104
Complementary color
Monochromatic Colors of #AA3104
Black with #AA3104
Text Example
Text Example
White with #AA3104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3104; }
p { color: rgb(170,49,4); }
H1.HeaderClassName
{
color: #AA3104;
}
.AnyTagClassName
{
color: #AA3104;
}
</style>
background-color css
<style>
a { background-color: #AA3104; }
a { background-color: rgb(170,49,4); }
div.DivClassName
{
background-color: #AA3104;
}
.BgClassName
{
background-color: #AA3104;
}
</style>
border-color css
<style>
span { border-color: #AA3104; }
span { border-color: rgb(170,49,4); }
td.TdClassName
{
border-color: #AA3104;
}
.TagClassName
{
border-color: #AA3104;
}
</style>