Shades of Rust #AA2604
Tints of Rust #AA2604
RGB
CMYK
RGB Variations
Color information
#AA2604 (or 0xAA2604) is known color: Rust. HEX triplet: AA, 26 and 04. RGB value is (170,38,4). Sum of RGB (Red+Green+Blue) = 170+38+4=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2604 is #55D9FB. Grayscale: #494949. Windows color (decimal): -5626364 or 272042. OLE color: 272042.
HSL color Cylindrical-coordinate representation of color #AA2604: hue angle of 12.29º 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 #AA2604 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 4 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.33 |
| HSL | 12.29º | 0.95% | 0.34% | - |
| HSV(B) | 12.29º | 0.98% | 0.67% | - |
| XYZ | 17.29 | 9.94 | 1.12 | - |
| YUV | 73.59 | 88.73 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 4 | 0 | 0.78 | 0.98 | 0.33 | 12.29 | 0.95 | 0.34 |
| Hex | AA | 26 | 4 | 0 | 4E | 62 | 21 | C | 5F | 22 |
| Octal | 252 | 46 | 4 | 0 | 116 | 142 | 41 | 14 | 137 | 42 |
| Binary | 10101010 | 100110 | 100 | 0 | 1001110 | 1100010 | 100001 | 1100 | 1011111 | 100010 |
Color Harmonies of #AA2604
Complementary color
Monochromatic Colors of #AA2604
Black with #AA2604
Text Example
Text Example
White with #AA2604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2604; }
p { color: rgb(170,38,4); }
H1.HeaderClassName
{
color: #AA2604;
}
.AnyTagClassName
{
color: #AA2604;
}
</style>
background-color css
<style>
a { background-color: #AA2604; }
a { background-color: rgb(170,38,4); }
div.DivClassName
{
background-color: #AA2604;
}
.BgClassName
{
background-color: #AA2604;
}
</style>
border-color css
<style>
span { border-color: #AA2604; }
span { border-color: rgb(170,38,4); }
td.TdClassName
{
border-color: #AA2604;
}
.TagClassName
{
border-color: #AA2604;
}
</style>