Shades of Rust #AA2905
Tints of Rust #AA2905
RGB
CMYK
RGB Variations
Color information
#AA2905 (or 0xAA2905) is known color: Rust. HEX triplet: AA, 29 and 05. RGB value is (170,41,5). Sum of RGB (Red+Green+Blue) = 170+41+5=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2905 is #55D6FA. Grayscale: #4B4B4B. Windows color (decimal): -5625595 or 338346. OLE color: 338346.
HSL color Cylindrical-coordinate representation of color #AA2905: hue angle of 13.09º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA2905 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 5 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.33 |
| HSL | 13.09º | 0.94% | 0.34% | - |
| HSV(B) | 13.09º | 0.97% | 0.67% | - |
| XYZ | 17.4 | 10.14 | 1.18 | - |
| YUV | 75.47 | 88.24 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 5 | 0 | 0.76 | 0.97 | 0.33 | 13.09 | 0.94 | 0.34 |
| Hex | AA | 29 | 5 | 0 | 4C | 61 | 21 | D | 5E | 22 |
| Octal | 252 | 51 | 5 | 0 | 114 | 141 | 41 | 15 | 136 | 42 |
| Binary | 10101010 | 101001 | 101 | 0 | 1001100 | 1100001 | 100001 | 1101 | 1011110 | 100010 |
Color Harmonies of #AA2905
Complementary color
Monochromatic Colors of #AA2905
Black with #AA2905
Text Example
Text Example
White with #AA2905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2905; }
p { color: rgb(170,41,5); }
H1.HeaderClassName
{
color: #AA2905;
}
.AnyTagClassName
{
color: #AA2905;
}
</style>
background-color css
<style>
a { background-color: #AA2905; }
a { background-color: rgb(170,41,5); }
div.DivClassName
{
background-color: #AA2905;
}
.BgClassName
{
background-color: #AA2905;
}
</style>
border-color css
<style>
span { border-color: #AA2905; }
span { border-color: rgb(170,41,5); }
td.TdClassName
{
border-color: #AA2905;
}
.TagClassName
{
border-color: #AA2905;
}
</style>