Shades of Rust #AA330A
Tints of Rust #AA330A
RGB
CMYK
RGB Variations
Color information
#AA330A (or 0xAA330A) is known color: Rust. HEX triplet: AA, 33 and 0A. RGB value is (170,51,10). Sum of RGB (Red+Green+Blue) = 170+51+10=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA330A is #55CCF5. Grayscale: #525252. Windows color (decimal): -5623030 or 668586. OLE color: 668586.
HSL color Cylindrical-coordinate representation of color #AA330A: hue angle of 15.38º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA330A is Cyan = 0, Magento = 0.7, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 10 | - |
| CMYK | 0 | 0.7 | 0.94 | 0.33 |
| HSL | 15.38º | 0.89% | 0.35% | - |
| HSV(B) | 15.38º | 0.94% | 0.67% | - |
| XYZ | 17.82 | 10.94 | 1.46 | - |
| YUV | 81.91 | 87.42 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 10 | 0 | 0.7 | 0.94 | 0.33 | 15.38 | 0.89 | 0.35 |
| Hex | AA | 33 | A | 0 | 46 | 5E | 21 | F | 59 | 23 |
| Octal | 252 | 63 | 12 | 0 | 106 | 136 | 41 | 17 | 131 | 43 |
| Binary | 10101010 | 110011 | 1010 | 0 | 1000110 | 1011110 | 100001 | 1111 | 1011001 | 100011 |
Color Harmonies of #AA330A
Complementary color
Monochromatic Colors of #AA330A
Black with #AA330A
Text Example
Text Example
White with #AA330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA330A; }
p { color: rgb(170,51,10); }
H1.HeaderClassName
{
color: #AA330A;
}
.AnyTagClassName
{
color: #AA330A;
}
</style>
background-color css
<style>
a { background-color: #AA330A; }
a { background-color: rgb(170,51,10); }
div.DivClassName
{
background-color: #AA330A;
}
.BgClassName
{
background-color: #AA330A;
}
</style>
border-color css
<style>
span { border-color: #AA330A; }
span { border-color: rgb(170,51,10); }
td.TdClassName
{
border-color: #AA330A;
}
.TagClassName
{
border-color: #AA330A;
}
</style>