Shades of Rust #AA2E06
Tints of Rust #AA2E06
RGB
CMYK
RGB Variations
Color information
#AA2E06 (or 0xAA2E06) is known color: Rust. HEX triplet: AA, 2E and 06. RGB value is (170,46,6). Sum of RGB (Red+Green+Blue) = 170+46+6=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2E06 is #55D1F9. Grayscale: #4E4E4E. Windows color (decimal): -5624314 or 405162. OLE color: 405162.
HSL color Cylindrical-coordinate representation of color #AA2E06: hue angle of 14.63º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA2E06 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 6 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.33 |
| HSL | 14.63º | 0.93% | 0.35% | - |
| HSV(B) | 14.63º | 0.96% | 0.67% | - |
| XYZ | 17.59 | 10.51 | 1.27 | - |
| YUV | 78.52 | 87.08 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 6 | 0 | 0.73 | 0.96 | 0.33 | 14.63 | 0.93 | 0.35 |
| Hex | AA | 2E | 6 | 0 | 49 | 60 | 21 | F | 5D | 23 |
| Octal | 252 | 56 | 6 | 0 | 111 | 140 | 41 | 17 | 135 | 43 |
| Binary | 10101010 | 101110 | 110 | 0 | 1001001 | 1100000 | 100001 | 1111 | 1011101 | 100011 |
Color Harmonies of #AA2E06
Complementary color
Monochromatic Colors of #AA2E06
Black with #AA2E06
Text Example
Text Example
White with #AA2E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E06; }
p { color: rgb(170,46,6); }
H1.HeaderClassName
{
color: #AA2E06;
}
.AnyTagClassName
{
color: #AA2E06;
}
</style>
background-color css
<style>
a { background-color: #AA2E06; }
a { background-color: rgb(170,46,6); }
div.DivClassName
{
background-color: #AA2E06;
}
.BgClassName
{
background-color: #AA2E06;
}
</style>
border-color css
<style>
span { border-color: #AA2E06; }
span { border-color: rgb(170,46,6); }
td.TdClassName
{
border-color: #AA2E06;
}
.TagClassName
{
border-color: #AA2E06;
}
</style>