Shades of Rust #AC3112
Tints of Rust #AC3112
RGB
CMYK
RGB Variations
Color information
#AC3112 (or 0xAC3112) is known color: Rust. HEX triplet: AC, 31 and 12. RGB value is (172,49,18). Sum of RGB (Red+Green+Blue) = 172+49+18=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3112 is #53CEED. Grayscale: #525252. Windows color (decimal): -5492462 or 1192364. OLE color: 1192364.
HSL color Cylindrical-coordinate representation of color #AC3112: hue angle of 12.08º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC3112 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 18 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.33 |
| HSL | 12.08º | 0.81% | 0.37% | - |
| HSV(B) | 12.08º | 0.9% | 0.67% | - |
| XYZ | 18.22 | 11.01 | 1.74 | - |
| YUV | 82.24 | 91.75 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 18 | 0 | 0.72 | 0.90 | 0.33 | 12.08 | 0.81 | 0.37 |
| Hex | AC | 31 | 12 | 0 | 48 | 5A | 21 | C | 51 | 25 |
| Octal | 254 | 61 | 22 | 0 | 110 | 132 | 41 | 14 | 121 | 45 |
| Binary | 10101100 | 110001 | 10010 | 0 | 1001000 | 1011010 | 100001 | 1100 | 1010001 | 100101 |
Color Harmonies of #AC3112
Complementary color
Monochromatic Colors of #AC3112
Black with #AC3112
Text Example
Text Example
White with #AC3112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3112; }
p { color: rgb(172,49,18); }
H1.HeaderClassName
{
color: #AC3112;
}
.AnyTagClassName
{
color: #AC3112;
}
</style>
background-color css
<style>
a { background-color: #AC3112; }
a { background-color: rgb(172,49,18); }
div.DivClassName
{
background-color: #AC3112;
}
.BgClassName
{
background-color: #AC3112;
}
</style>
border-color css
<style>
span { border-color: #AC3112; }
span { border-color: rgb(172,49,18); }
td.TdClassName
{
border-color: #AC3112;
}
.TagClassName
{
border-color: #AC3112;
}
</style>