Shades of Rust #AA320B
Tints of Rust #AA320B
RGB
CMYK
RGB Variations
Color information
#AA320B (or 0xAA320B) is known color: Rust. HEX triplet: AA, 32 and 0B. RGB value is (170,50,11). Sum of RGB (Red+Green+Blue) = 170+50+11=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA320B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA320B is #55CDF4. Grayscale: #515151. Windows color (decimal): -5623285 or 733866. OLE color: 733866.
HSL color Cylindrical-coordinate representation of color #AA320B: hue angle of 14.72º degrees, saturation: 0.88, 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 #AA320B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 11 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.33 |
| HSL | 14.72º | 0.88% | 0.35% | - |
| HSV(B) | 14.72º | 0.94% | 0.67% | - |
| XYZ | 17.78 | 10.85 | 1.47 | - |
| YUV | 81.43 | 88.26 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 11 | 0 | 0.71 | 0.94 | 0.33 | 14.72 | 0.88 | 0.35 |
| Hex | AA | 32 | B | 0 | 47 | 5E | 21 | F | 58 | 23 |
| Octal | 252 | 62 | 13 | 0 | 107 | 136 | 41 | 17 | 130 | 43 |
| Binary | 10101010 | 110010 | 1011 | 0 | 1000111 | 1011110 | 100001 | 1111 | 1011000 | 100011 |
Color Harmonies of #AA320B
Complementary color
Monochromatic Colors of #AA320B
Black with #AA320B
Text Example
Text Example
White with #AA320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA320B; }
p { color: rgb(170,50,11); }
H1.HeaderClassName
{
color: #AA320B;
}
.AnyTagClassName
{
color: #AA320B;
}
</style>
background-color css
<style>
a { background-color: #AA320B; }
a { background-color: rgb(170,50,11); }
div.DivClassName
{
background-color: #AA320B;
}
.BgClassName
{
background-color: #AA320B;
}
</style>
border-color css
<style>
span { border-color: #AA320B; }
span { border-color: rgb(170,50,11); }
td.TdClassName
{
border-color: #AA320B;
}
.TagClassName
{
border-color: #AA320B;
}
</style>