Shades of Rust #AA3F12
Tints of Rust #AA3F12
RGB
CMYK
RGB Variations
Color information
#AA3F12 (or 0xAA3F12) is known color: Rust. HEX triplet: AA, 3F and 12. RGB value is (170,63,18). Sum of RGB (Red+Green+Blue) = 170+63+18=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3F12 is #55C0ED. Grayscale: #5A5A5A. Windows color (decimal): -5619950 or 1195946. OLE color: 1195946.
HSL color Cylindrical-coordinate representation of color #AA3F12: hue angle of 17.76º 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 #AA3F12 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 18 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.33 |
| HSL | 17.76º | 0.81% | 0.37% | - |
| HSV(B) | 17.76º | 0.89% | 0.67% | - |
| XYZ | 18.46 | 12.14 | 1.94 | - |
| YUV | 89.86 | 87.45 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 18 | 0 | 0.63 | 0.89 | 0.33 | 17.76 | 0.81 | 0.37 |
| Hex | AA | 3F | 12 | 0 | 3F | 59 | 21 | 12 | 51 | 25 |
| Octal | 252 | 77 | 22 | 0 | 77 | 131 | 41 | 22 | 121 | 45 |
| Binary | 10101010 | 111111 | 10010 | 0 | 111111 | 1011001 | 100001 | 10010 | 1010001 | 100101 |
Color Harmonies of #AA3F12
Complementary color
Monochromatic Colors of #AA3F12
Black with #AA3F12
Text Example
Text Example
White with #AA3F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F12; }
p { color: rgb(170,63,18); }
H1.HeaderClassName
{
color: #AA3F12;
}
.AnyTagClassName
{
color: #AA3F12;
}
</style>
background-color css
<style>
a { background-color: #AA3F12; }
a { background-color: rgb(170,63,18); }
div.DivClassName
{
background-color: #AA3F12;
}
.BgClassName
{
background-color: #AA3F12;
}
</style>
border-color css
<style>
span { border-color: #AA3F12; }
span { border-color: rgb(170,63,18); }
td.TdClassName
{
border-color: #AA3F12;
}
.TagClassName
{
border-color: #AA3F12;
}
</style>