Shades of Rust #AA3B0A
Tints of Rust #AA3B0A
RGB
CMYK
RGB Variations
Color information
#AA3B0A (or 0xAA3B0A) is known color: Rust. HEX triplet: AA, 3B and 0A. RGB value is (170,59,10). Sum of RGB (Red+Green+Blue) = 170+59+10=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3B0A is #55C4F5. Grayscale: #565656. Windows color (decimal): -5620982 or 670634. OLE color: 670634.
HSL color Cylindrical-coordinate representation of color #AA3B0A: hue angle of 18.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 #AA3B0A is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 59 | 10 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.33 |
| HSL | 18.38º | 0.89% | 0.35% | - |
| HSV(B) | 18.38º | 0.94% | 0.67% | - |
| XYZ | 18.2 | 11.7 | 1.59 | - |
| YUV | 86.6 | 84.77 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 10 | 0 | 0.65 | 0.94 | 0.33 | 18.38 | 0.89 | 0.35 |
| Hex | AA | 3B | A | 0 | 41 | 5E | 21 | 12 | 59 | 23 |
| Octal | 252 | 73 | 12 | 0 | 101 | 136 | 41 | 22 | 131 | 43 |
| Binary | 10101010 | 111011 | 1010 | 0 | 1000001 | 1011110 | 100001 | 10010 | 1011001 | 100011 |
Color Harmonies of #AA3B0A
Complementary color
Monochromatic Colors of #AA3B0A
Black with #AA3B0A
Text Example
Text Example
White with #AA3B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3B0A; }
p { color: rgb(170,59,10); }
H1.HeaderClassName
{
color: #AA3B0A;
}
.AnyTagClassName
{
color: #AA3B0A;
}
</style>
background-color css
<style>
a { background-color: #AA3B0A; }
a { background-color: rgb(170,59,10); }
div.DivClassName
{
background-color: #AA3B0A;
}
.BgClassName
{
background-color: #AA3B0A;
}
</style>
border-color css
<style>
span { border-color: #AA3B0A; }
span { border-color: rgb(170,59,10); }
td.TdClassName
{
border-color: #AA3B0A;
}
.TagClassName
{
border-color: #AA3B0A;
}
</style>