Shades of Rust #AA3009
Tints of Rust #AA3009
RGB
CMYK
RGB Variations
Color information
#AA3009 (or 0xAA3009) is known color: Rust. HEX triplet: AA, 30 and 09. RGB value is (170,48,9). Sum of RGB (Red+Green+Blue) = 170+48+9=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3009 is #55CFF6. Grayscale: #505050. Windows color (decimal): -5623799 or 602282. OLE color: 602282.
HSL color Cylindrical-coordinate representation of color #AA3009: hue angle of 14.53º 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 #AA3009 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 9 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.33 |
| HSL | 14.53º | 0.9% | 0.35% | - |
| HSV(B) | 14.53º | 0.95% | 0.67% | - |
| XYZ | 17.68 | 10.68 | 1.39 | - |
| YUV | 80.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 9 | 0 | 0.72 | 0.95 | 0.33 | 14.53 | 0.9 | 0.35 |
| Hex | AA | 30 | 9 | 0 | 48 | 5F | 21 | F | 5A | 23 |
| Octal | 252 | 60 | 11 | 0 | 110 | 137 | 41 | 17 | 132 | 43 |
| Binary | 10101010 | 110000 | 1001 | 0 | 1001000 | 1011111 | 100001 | 1111 | 1011010 | 100011 |
Color Harmonies of #AA3009
Complementary color
Monochromatic Colors of #AA3009
Black with #AA3009
Text Example
Text Example
White with #AA3009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3009; }
p { color: rgb(170,48,9); }
H1.HeaderClassName
{
color: #AA3009;
}
.AnyTagClassName
{
color: #AA3009;
}
</style>
background-color css
<style>
a { background-color: #AA3009; }
a { background-color: rgb(170,48,9); }
div.DivClassName
{
background-color: #AA3009;
}
.BgClassName
{
background-color: #AA3009;
}
</style>
border-color css
<style>
span { border-color: #AA3009; }
span { border-color: rgb(170,48,9); }
td.TdClassName
{
border-color: #AA3009;
}
.TagClassName
{
border-color: #AA3009;
}
</style>