Shades of Rust #AA3309
Tints of Rust #AA3309
RGB
CMYK
RGB Variations
Color information
#AA3309 (or 0xAA3309) is known color: Rust. HEX triplet: AA, 33 and 09. RGB value is (170,51,9). Sum of RGB (Red+Green+Blue) = 170+51+9=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3309 is #55CCF6. Grayscale: #525252. Windows color (decimal): -5623031 or 603050. OLE color: 603050.
HSL color Cylindrical-coordinate representation of color #AA3309: hue angle of 15.65º 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 #AA3309 is Cyan = 0, Magento = 0.7, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 9 | - |
| CMYK | 0 | 0.7 | 0.95 | 0.33 |
| HSL | 15.65º | 0.9% | 0.35% | - |
| HSV(B) | 15.65º | 0.95% | 0.67% | - |
| XYZ | 17.81 | 10.93 | 1.43 | - |
| YUV | 81.79 | 86.92 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 9 | 0 | 0.7 | 0.95 | 0.33 | 15.65 | 0.9 | 0.35 |
| Hex | AA | 33 | 9 | 0 | 46 | 5F | 21 | 10 | 5A | 23 |
| Octal | 252 | 63 | 11 | 0 | 106 | 137 | 41 | 20 | 132 | 43 |
| Binary | 10101010 | 110011 | 1001 | 0 | 1000110 | 1011111 | 100001 | 10000 | 1011010 | 100011 |
Color Harmonies of #AA3309
Complementary color
Monochromatic Colors of #AA3309
Black with #AA3309
Text Example
Text Example
White with #AA3309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3309; }
p { color: rgb(170,51,9); }
H1.HeaderClassName
{
color: #AA3309;
}
.AnyTagClassName
{
color: #AA3309;
}
</style>
background-color css
<style>
a { background-color: #AA3309; }
a { background-color: rgb(170,51,9); }
div.DivClassName
{
background-color: #AA3309;
}
.BgClassName
{
background-color: #AA3309;
}
</style>
border-color css
<style>
span { border-color: #AA3309; }
span { border-color: rgb(170,51,9); }
td.TdClassName
{
border-color: #AA3309;
}
.TagClassName
{
border-color: #AA3309;
}
</style>