Shades of Rust #AA2E00
Tints of Rust #AA2E00
RGB
CMYK
RGB Variations
Color information
#AA2E00 (or 0xAA2E00) is known color: Rust. HEX triplet: AA, 2E and 00. RGB value is (170,46,0). Sum of RGB (Red+Green+Blue) = 170+46+0=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2E00 is #55D1FF. Grayscale: #4E4E4E. Windows color (decimal): -5624320 or 11946. OLE color: 11946.
HSL color Cylindrical-coordinate representation of color #AA2E00: hue angle of 16.24º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA2E00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.33 |
| HSL | 16.24º | 1% | 0.33% | - |
| HSV(B) | 16.24º | 1% | 0.67% | - |
| XYZ | 17.55 | 10.5 | 1.1 | - |
| YUV | 77.83 | 84.08 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 0 | 0 | 0.73 | 1 | 0.33 | 16.24 | 1 | 0.33 |
| Hex | AA | 2E | 0 | 0 | 49 | 64 | 21 | 10 | 64 | 21 |
| Octal | 252 | 56 | 0 | 0 | 111 | 144 | 41 | 20 | 144 | 41 |
| Binary | 10101010 | 101110 | 0 | 0 | 1001001 | 1100100 | 100001 | 10000 | 1100100 | 100001 |
Color Harmonies of #AA2E00
Complementary color
Monochromatic Colors of #AA2E00
Black with #AA2E00
Text Example
Text Example
White with #AA2E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E00; }
p { color: rgb(170,46,0); }
H1.HeaderClassName
{
color: #AA2E00;
}
.AnyTagClassName
{
color: #AA2E00;
}
</style>
background-color css
<style>
a { background-color: #AA2E00; }
a { background-color: rgb(170,46,0); }
div.DivClassName
{
background-color: #AA2E00;
}
.BgClassName
{
background-color: #AA2E00;
}
</style>
border-color css
<style>
span { border-color: #AA2E00; }
span { border-color: rgb(170,46,0); }
td.TdClassName
{
border-color: #AA2E00;
}
.TagClassName
{
border-color: #AA2E00;
}
</style>