Shades of Rust #AA3A12
Tints of Rust #AA3A12
RGB
CMYK
RGB Variations
Color information
#AA3A12 (or 0xAA3A12) is known color: Rust. HEX triplet: AA, 3A and 12. RGB value is (170,58,18). Sum of RGB (Red+Green+Blue) = 170+58+18=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3A12 is #55C5ED. Grayscale: #575757. Windows color (decimal): -5621230 or 1194666. OLE color: 1194666.
HSL color Cylindrical-coordinate representation of color #AA3A12: hue angle of 15.79º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA3A12 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 18 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.33 |
| HSL | 15.79º | 0.81% | 0.37% | - |
| HSV(B) | 15.79º | 0.89% | 0.67% | - |
| XYZ | 18.2 | 11.62 | 1.86 | - |
| YUV | 86.93 | 89.11 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 18 | 0 | 0.66 | 0.89 | 0.33 | 15.79 | 0.81 | 0.37 |
| Hex | AA | 3A | 12 | 0 | 42 | 59 | 21 | 10 | 51 | 25 |
| Octal | 252 | 72 | 22 | 0 | 102 | 131 | 41 | 20 | 121 | 45 |
| Binary | 10101010 | 111010 | 10010 | 0 | 1000010 | 1011001 | 100001 | 10000 | 1010001 | 100101 |
Color Harmonies of #AA3A12
Complementary color
Monochromatic Colors of #AA3A12
Black with #AA3A12
Text Example
Text Example
White with #AA3A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A12; }
p { color: rgb(170,58,18); }
H1.HeaderClassName
{
color: #AA3A12;
}
.AnyTagClassName
{
color: #AA3A12;
}
</style>
background-color css
<style>
a { background-color: #AA3A12; }
a { background-color: rgb(170,58,18); }
div.DivClassName
{
background-color: #AA3A12;
}
.BgClassName
{
background-color: #AA3A12;
}
</style>
border-color css
<style>
span { border-color: #AA3A12; }
span { border-color: rgb(170,58,18); }
td.TdClassName
{
border-color: #AA3A12;
}
.TagClassName
{
border-color: #AA3A12;
}
</style>