Shades of Rust #AA3306
Tints of Rust #AA3306
RGB
CMYK
RGB Variations
Color information
#AA3306 (or 0xAA3306) is known color: Rust. HEX triplet: AA, 33 and 06. RGB value is (170,51,6). Sum of RGB (Red+Green+Blue) = 170+51+6=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3306 is #55CCF9. Grayscale: #515151. Windows color (decimal): -5623034 or 406442. OLE color: 406442.
HSL color Cylindrical-coordinate representation of color #AA3306: hue angle of 16.46º 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 #AA3306 is Cyan = 0, Magento = 0.7, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 6 | - |
| CMYK | 0 | 0.7 | 0.96 | 0.33 |
| HSL | 16.46º | 0.93% | 0.35% | - |
| HSV(B) | 16.46º | 0.96% | 0.67% | - |
| XYZ | 17.79 | 10.93 | 1.34 | - |
| YUV | 81.45 | 85.42 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 6 | 0 | 0.7 | 0.96 | 0.33 | 16.46 | 0.93 | 0.35 |
| Hex | AA | 33 | 6 | 0 | 46 | 60 | 21 | 10 | 5D | 23 |
| Octal | 252 | 63 | 6 | 0 | 106 | 140 | 41 | 20 | 135 | 43 |
| Binary | 10101010 | 110011 | 110 | 0 | 1000110 | 1100000 | 100001 | 10000 | 1011101 | 100011 |
Color Harmonies of #AA3306
Complementary color
Monochromatic Colors of #AA3306
Black with #AA3306
Text Example
Text Example
White with #AA3306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3306; }
p { color: rgb(170,51,6); }
H1.HeaderClassName
{
color: #AA3306;
}
.AnyTagClassName
{
color: #AA3306;
}
</style>
background-color css
<style>
a { background-color: #AA3306; }
a { background-color: rgb(170,51,6); }
div.DivClassName
{
background-color: #AA3306;
}
.BgClassName
{
background-color: #AA3306;
}
</style>
border-color css
<style>
span { border-color: #AA3306; }
span { border-color: rgb(170,51,6); }
td.TdClassName
{
border-color: #AA3306;
}
.TagClassName
{
border-color: #AA3306;
}
</style>