Shades of Rust #AA2E05
Tints of Rust #AA2E05
RGB
CMYK
RGB Variations
Color information
#AA2E05 (or 0xAA2E05) is known color: Rust. HEX triplet: AA, 2E and 05. RGB value is (170,46,5). Sum of RGB (Red+Green+Blue) = 170+46+5=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2E05 is #55D1FA. Grayscale: #4E4E4E. Windows color (decimal): -5624315 or 339626. OLE color: 339626.
HSL color Cylindrical-coordinate representation of color #AA2E05: hue angle of 14.91º 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 #AA2E05 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 5 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.33 |
| HSL | 14.91º | 0.94% | 0.34% | - |
| HSV(B) | 14.91º | 0.97% | 0.67% | - |
| XYZ | 17.58 | 10.51 | 1.25 | - |
| YUV | 78.4 | 86.58 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 5 | 0 | 0.73 | 0.97 | 0.33 | 14.91 | 0.94 | 0.34 |
| Hex | AA | 2E | 5 | 0 | 49 | 61 | 21 | F | 5E | 22 |
| Octal | 252 | 56 | 5 | 0 | 111 | 141 | 41 | 17 | 136 | 42 |
| Binary | 10101010 | 101110 | 101 | 0 | 1001001 | 1100001 | 100001 | 1111 | 1011110 | 100010 |
Color Harmonies of #AA2E05
Complementary color
Monochromatic Colors of #AA2E05
Black with #AA2E05
Text Example
Text Example
White with #AA2E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E05; }
p { color: rgb(170,46,5); }
H1.HeaderClassName
{
color: #AA2E05;
}
.AnyTagClassName
{
color: #AA2E05;
}
</style>
background-color css
<style>
a { background-color: #AA2E05; }
a { background-color: rgb(170,46,5); }
div.DivClassName
{
background-color: #AA2E05;
}
.BgClassName
{
background-color: #AA2E05;
}
</style>
border-color css
<style>
span { border-color: #AA2E05; }
span { border-color: rgb(170,46,5); }
td.TdClassName
{
border-color: #AA2E05;
}
.TagClassName
{
border-color: #AA2E05;
}
</style>