Shades of Rust #AA2906
Tints of Rust #AA2906
RGB
CMYK
RGB Variations
Color information
#AA2906 (or 0xAA2906) is known color: Rust. HEX triplet: AA, 29 and 06. RGB value is (170,41,6). Sum of RGB (Red+Green+Blue) = 170+41+6=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2906 is #55D6F9. Grayscale: #4B4B4B. Windows color (decimal): -5625594 or 403882. OLE color: 403882.
HSL color Cylindrical-coordinate representation of color #AA2906: hue angle of 12.8º 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 #AA2906 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 6 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.33 |
| HSL | 12.8º | 0.93% | 0.35% | - |
| HSV(B) | 12.8º | 0.96% | 0.67% | - |
| XYZ | 17.4 | 10.15 | 1.21 | - |
| YUV | 75.58 | 88.74 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 6 | 0 | 0.76 | 0.96 | 0.33 | 12.8 | 0.93 | 0.35 |
| Hex | AA | 29 | 6 | 0 | 4C | 60 | 21 | D | 5D | 23 |
| Octal | 252 | 51 | 6 | 0 | 114 | 140 | 41 | 15 | 135 | 43 |
| Binary | 10101010 | 101001 | 110 | 0 | 1001100 | 1100000 | 100001 | 1101 | 1011101 | 100011 |
Color Harmonies of #AA2906
Complementary color
Monochromatic Colors of #AA2906
Black with #AA2906
Text Example
Text Example
White with #AA2906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2906; }
p { color: rgb(170,41,6); }
H1.HeaderClassName
{
color: #AA2906;
}
.AnyTagClassName
{
color: #AA2906;
}
</style>
background-color css
<style>
a { background-color: #AA2906; }
a { background-color: rgb(170,41,6); }
div.DivClassName
{
background-color: #AA2906;
}
.BgClassName
{
background-color: #AA2906;
}
</style>
border-color css
<style>
span { border-color: #AA2906; }
span { border-color: rgb(170,41,6); }
td.TdClassName
{
border-color: #AA2906;
}
.TagClassName
{
border-color: #AA2906;
}
</style>