Shades of Rust #AA2900
Tints of Rust #AA2900
RGB
CMYK
RGB Variations
Color information
#AA2900 (or 0xAA2900) is known color: Rust. HEX triplet: AA, 29 and 00. RGB value is (170,41,0). Sum of RGB (Red+Green+Blue) = 170+41+0=211 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.57% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2900 is #55D6FF. Grayscale: #4B4B4B. Windows color (decimal): -5625600 or 10666. OLE color: 10666.
HSL color Cylindrical-coordinate representation of color #AA2900: hue angle of 14.47º 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 #AA2900 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.33 |
| HSL | 14.47º | 1% | 0.33% | - |
| HSV(B) | 14.47º | 1% | 0.67% | - |
| XYZ | 17.37 | 10.13 | 1.04 | - |
| YUV | 74.9 | 85.74 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 0 | 0 | 0.76 | 1 | 0.33 | 14.47 | 1 | 0.33 |
| Hex | AA | 29 | 0 | 0 | 4C | 64 | 21 | E | 64 | 21 |
| Octal | 252 | 51 | 0 | 0 | 114 | 144 | 41 | 16 | 144 | 41 |
| Binary | 10101010 | 101001 | 0 | 0 | 1001100 | 1100100 | 100001 | 1110 | 1100100 | 100001 |
Color Harmonies of #AA2900
Complementary color
Monochromatic Colors of #AA2900
Black with #AA2900
Text Example
Text Example
White with #AA2900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2900; }
p { color: rgb(170,41,0); }
H1.HeaderClassName
{
color: #AA2900;
}
.AnyTagClassName
{
color: #AA2900;
}
</style>
background-color css
<style>
a { background-color: #AA2900; }
a { background-color: rgb(170,41,0); }
div.DivClassName
{
background-color: #AA2900;
}
.BgClassName
{
background-color: #AA2900;
}
</style>
border-color css
<style>
span { border-color: #AA2900; }
span { border-color: rgb(170,41,0); }
td.TdClassName
{
border-color: #AA2900;
}
.TagClassName
{
border-color: #AA2900;
}
</style>