Shades of Rust #AA2904
Tints of Rust #AA2904
RGB
CMYK
RGB Variations
Color information
#AA2904 (or 0xAA2904) is known color: Rust. HEX triplet: AA, 29 and 04. RGB value is (170,41,4). Sum of RGB (Red+Green+Blue) = 170+41+4=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2904 is #55D6FB. Grayscale: #4B4B4B. Windows color (decimal): -5625596 or 272810. OLE color: 272810.
HSL color Cylindrical-coordinate representation of color #AA2904: hue angle of 13.37º 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 #AA2904 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.33 |
| HSL | 13.37º | 0.95% | 0.34% | - |
| HSV(B) | 13.37º | 0.98% | 0.67% | - |
| XYZ | 17.39 | 10.14 | 1.16 | - |
| YUV | 75.35 | 87.74 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 4 | 0 | 0.76 | 0.98 | 0.33 | 13.37 | 0.95 | 0.34 |
| Hex | AA | 29 | 4 | 0 | 4C | 62 | 21 | D | 5F | 22 |
| Octal | 252 | 51 | 4 | 0 | 114 | 142 | 41 | 15 | 137 | 42 |
| Binary | 10101010 | 101001 | 100 | 0 | 1001100 | 1100010 | 100001 | 1101 | 1011111 | 100010 |
Color Harmonies of #AA2904
Complementary color
Monochromatic Colors of #AA2904
Black with #AA2904
Text Example
Text Example
White with #AA2904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2904; }
p { color: rgb(170,41,4); }
H1.HeaderClassName
{
color: #AA2904;
}
.AnyTagClassName
{
color: #AA2904;
}
</style>
background-color css
<style>
a { background-color: #AA2904; }
a { background-color: rgb(170,41,4); }
div.DivClassName
{
background-color: #AA2904;
}
.BgClassName
{
background-color: #AA2904;
}
</style>
border-color css
<style>
span { border-color: #AA2904; }
span { border-color: rgb(170,41,4); }
td.TdClassName
{
border-color: #AA2904;
}
.TagClassName
{
border-color: #AA2904;
}
</style>