Shades of Rust #AA2E0B
Tints of Rust #AA2E0B
RGB
CMYK
RGB Variations
Color information
#AA2E0B (or 0xAA2E0B) is known color: Rust. HEX triplet: AA, 2E and 0B. RGB value is (170,46,11). Sum of RGB (Red+Green+Blue) = 170+46+11=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2E0B is #55D1F4. Grayscale: #4F4F4F. Windows color (decimal): -5624309 or 732842. OLE color: 732842.
HSL color Cylindrical-coordinate representation of color #AA2E0B: hue angle of 13.21º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA2E0B is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 11 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.33 |
| HSL | 13.21º | 0.88% | 0.35% | - |
| HSV(B) | 13.21º | 0.94% | 0.67% | - |
| XYZ | 17.61 | 10.52 | 1.42 | - |
| YUV | 79.09 | 89.58 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 11 | 0 | 0.73 | 0.94 | 0.33 | 13.21 | 0.88 | 0.35 |
| Hex | AA | 2E | B | 0 | 49 | 5E | 21 | D | 58 | 23 |
| Octal | 252 | 56 | 13 | 0 | 111 | 136 | 41 | 15 | 130 | 43 |
| Binary | 10101010 | 101110 | 1011 | 0 | 1001001 | 1011110 | 100001 | 1101 | 1011000 | 100011 |
Color Harmonies of #AA2E0B
Complementary color
Monochromatic Colors of #AA2E0B
Black with #AA2E0B
Text Example
Text Example
White with #AA2E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E0B; }
p { color: rgb(170,46,11); }
H1.HeaderClassName
{
color: #AA2E0B;
}
.AnyTagClassName
{
color: #AA2E0B;
}
</style>
background-color css
<style>
a { background-color: #AA2E0B; }
a { background-color: rgb(170,46,11); }
div.DivClassName
{
background-color: #AA2E0B;
}
.BgClassName
{
background-color: #AA2E0B;
}
</style>
border-color css
<style>
span { border-color: #AA2E0B; }
span { border-color: rgb(170,46,11); }
td.TdClassName
{
border-color: #AA2E0B;
}
.TagClassName
{
border-color: #AA2E0B;
}
</style>