Shades of Rust #AA2B09
Tints of Rust #AA2B09
RGB
CMYK
RGB Variations
Color information
#AA2B09 (or 0xAA2B09) is known color: Rust. HEX triplet: AA, 2B and 09. RGB value is (170,43,9). Sum of RGB (Red+Green+Blue) = 170+43+9=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2B09 is #55D4F6. Grayscale: #4D4D4D. Windows color (decimal): -5625079 or 601002. OLE color: 601002.
HSL color Cylindrical-coordinate representation of color #AA2B09: hue angle of 12.67º 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 #AA2B09 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 43 | 9 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.33 |
| HSL | 12.67º | 0.9% | 0.35% | - |
| HSV(B) | 12.67º | 0.95% | 0.67% | - |
| XYZ | 17.49 | 10.29 | 1.32 | - |
| YUV | 77.1 | 89.58 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 9 | 0 | 0.75 | 0.95 | 0.33 | 12.67 | 0.9 | 0.35 |
| Hex | AA | 2B | 9 | 0 | 4B | 5F | 21 | D | 5A | 23 |
| Octal | 252 | 53 | 11 | 0 | 113 | 137 | 41 | 15 | 132 | 43 |
| Binary | 10101010 | 101011 | 1001 | 0 | 1001011 | 1011111 | 100001 | 1101 | 1011010 | 100011 |
Color Harmonies of #AA2B09
Complementary color
Monochromatic Colors of #AA2B09
Black with #AA2B09
Text Example
Text Example
White with #AA2B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2B09; }
p { color: rgb(170,43,9); }
H1.HeaderClassName
{
color: #AA2B09;
}
.AnyTagClassName
{
color: #AA2B09;
}
</style>
background-color css
<style>
a { background-color: #AA2B09; }
a { background-color: rgb(170,43,9); }
div.DivClassName
{
background-color: #AA2B09;
}
.BgClassName
{
background-color: #AA2B09;
}
</style>
border-color css
<style>
span { border-color: #AA2B09; }
span { border-color: rgb(170,43,9); }
td.TdClassName
{
border-color: #AA2B09;
}
.TagClassName
{
border-color: #AA2B09;
}
</style>