Shades of Rust #AA2809
Tints of Rust #AA2809
RGB
CMYK
RGB Variations
Color information
#AA2809 (or 0xAA2809) is known color: Rust. HEX triplet: AA, 28 and 09. RGB value is (170,40,9). Sum of RGB (Red+Green+Blue) = 170+40+9=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2809 is #55D7F6. Grayscale: #4B4B4B. Windows color (decimal): -5625847 or 600234. OLE color: 600234.
HSL color Cylindrical-coordinate representation of color #AA2809: hue angle of 11.55º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA2809 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 9 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.33 |
| HSL | 11.55º | 0.9% | 0.35% | - |
| HSV(B) | 11.55º | 0.95% | 0.67% | - |
| XYZ | 17.39 | 10.08 | 1.29 | - |
| YUV | 75.34 | 90.57 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 9 | 0 | 0.76 | 0.95 | 0.33 | 11.55 | 0.9 | 0.35 |
| Hex | AA | 28 | 9 | 0 | 4C | 5F | 21 | C | 5A | 23 |
| Octal | 252 | 50 | 11 | 0 | 114 | 137 | 41 | 14 | 132 | 43 |
| Binary | 10101010 | 101000 | 1001 | 0 | 1001100 | 1011111 | 100001 | 1100 | 1011010 | 100011 |
Color Harmonies of #AA2809
Complementary color
Monochromatic Colors of #AA2809
Black with #AA2809
Text Example
Text Example
White with #AA2809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2809; }
p { color: rgb(170,40,9); }
H1.HeaderClassName
{
color: #AA2809;
}
.AnyTagClassName
{
color: #AA2809;
}
</style>
background-color css
<style>
a { background-color: #AA2809; }
a { background-color: rgb(170,40,9); }
div.DivClassName
{
background-color: #AA2809;
}
.BgClassName
{
background-color: #AA2809;
}
</style>
border-color css
<style>
span { border-color: #AA2809; }
span { border-color: rgb(170,40,9); }
td.TdClassName
{
border-color: #AA2809;
}
.TagClassName
{
border-color: #AA2809;
}
</style>