Shades of Rust #AA330C
Tints of Rust #AA330C
RGB
CMYK
RGB Variations
Color information
#AA330C (or 0xAA330C) is known color: Rust. HEX triplet: AA, 33 and 0C. RGB value is (170,51,12). Sum of RGB (Red+Green+Blue) = 170+51+12=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA330C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA330C is #55CCF3. Grayscale: #525252. Windows color (decimal): -5623028 or 799658. OLE color: 799658.
HSL color Cylindrical-coordinate representation of color #AA330C: hue angle of 14.81º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA330C is Cyan = 0, Magento = 0.7, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 12 | - |
| CMYK | 0 | 0.7 | 0.93 | 0.33 |
| HSL | 14.81º | 0.87% | 0.36% | - |
| HSV(B) | 14.81º | 0.93% | 0.67% | - |
| XYZ | 17.83 | 10.94 | 1.52 | - |
| YUV | 82.14 | 88.42 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 12 | 0 | 0.7 | 0.93 | 0.33 | 14.81 | 0.87 | 0.36 |
| Hex | AA | 33 | C | 0 | 46 | 5D | 21 | F | 57 | 24 |
| Octal | 252 | 63 | 14 | 0 | 106 | 135 | 41 | 17 | 127 | 44 |
| Binary | 10101010 | 110011 | 1100 | 0 | 1000110 | 1011101 | 100001 | 1111 | 1010111 | 100100 |
Color Harmonies of #AA330C
Complementary color
Monochromatic Colors of #AA330C
Black with #AA330C
Text Example
Text Example
White with #AA330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA330C; }
p { color: rgb(170,51,12); }
H1.HeaderClassName
{
color: #AA330C;
}
.AnyTagClassName
{
color: #AA330C;
}
</style>
background-color css
<style>
a { background-color: #AA330C; }
a { background-color: rgb(170,51,12); }
div.DivClassName
{
background-color: #AA330C;
}
.BgClassName
{
background-color: #AA330C;
}
</style>
border-color css
<style>
span { border-color: #AA330C; }
span { border-color: rgb(170,51,12); }
td.TdClassName
{
border-color: #AA330C;
}
.TagClassName
{
border-color: #AA330C;
}
</style>