Shades of Rust #AA320F
Tints of Rust #AA320F
RGB
CMYK
RGB Variations
Color information
#AA320F (or 0xAA320F) is known color: Rust. HEX triplet: AA, 32 and 0F. RGB value is (170,50,15). Sum of RGB (Red+Green+Blue) = 170+50+15=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA320F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA320F is #55CDF0. Grayscale: #525252. Windows color (decimal): -5623281 or 996010. OLE color: 996010.
HSL color Cylindrical-coordinate representation of color #AA320F: hue angle of 13.55º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA320F is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 15 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.33 |
| HSL | 13.55º | 0.84% | 0.36% | - |
| HSV(B) | 13.55º | 0.91% | 0.67% | - |
| XYZ | 17.8 | 10.86 | 1.61 | - |
| YUV | 81.89 | 90.26 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 15 | 0 | 0.71 | 0.91 | 0.33 | 13.55 | 0.84 | 0.36 |
| Hex | AA | 32 | F | 0 | 47 | 5B | 21 | E | 54 | 24 |
| Octal | 252 | 62 | 17 | 0 | 107 | 133 | 41 | 16 | 124 | 44 |
| Binary | 10101010 | 110010 | 1111 | 0 | 1000111 | 1011011 | 100001 | 1110 | 1010100 | 100100 |
Color Harmonies of #AA320F
Complementary color
Monochromatic Colors of #AA320F
Black with #AA320F
Text Example
Text Example
White with #AA320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA320F; }
p { color: rgb(170,50,15); }
H1.HeaderClassName
{
color: #AA320F;
}
.AnyTagClassName
{
color: #AA320F;
}
</style>
background-color css
<style>
a { background-color: #AA320F; }
a { background-color: rgb(170,50,15); }
div.DivClassName
{
background-color: #AA320F;
}
.BgClassName
{
background-color: #AA320F;
}
</style>
border-color css
<style>
span { border-color: #AA320F; }
span { border-color: rgb(170,50,15); }
td.TdClassName
{
border-color: #AA320F;
}
.TagClassName
{
border-color: #AA320F;
}
</style>