Shades of Rust #AC3212
Tints of Rust #AC3212
RGB
CMYK
RGB Variations
Color information
#AC3212 (or 0xAC3212) is known color: Rust. HEX triplet: AC, 32 and 12. RGB value is (172,50,18). Sum of RGB (Red+Green+Blue) = 172+50+18=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3212 is #53CDED. Grayscale: #535353. Windows color (decimal): -5492206 or 1192620. OLE color: 1192620.
HSL color Cylindrical-coordinate representation of color #AC3212: hue angle of 12.47º 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 #AC3212 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 18 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.33 |
| HSL | 12.47º | 0.81% | 0.37% | - |
| HSV(B) | 12.47º | 0.9% | 0.67% | - |
| XYZ | 18.26 | 11.1 | 1.75 | - |
| YUV | 82.83 | 91.42 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 18 | 0 | 0.71 | 0.90 | 0.33 | 12.47 | 0.81 | 0.37 |
| Hex | AC | 32 | 12 | 0 | 47 | 5A | 21 | C | 51 | 25 |
| Octal | 254 | 62 | 22 | 0 | 107 | 132 | 41 | 14 | 121 | 45 |
| Binary | 10101100 | 110010 | 10010 | 0 | 1000111 | 1011010 | 100001 | 1100 | 1010001 | 100101 |
Color Harmonies of #AC3212
Complementary color
Monochromatic Colors of #AC3212
Black with #AC3212
Text Example
Text Example
White with #AC3212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3212; }
p { color: rgb(172,50,18); }
H1.HeaderClassName
{
color: #AC3212;
}
.AnyTagClassName
{
color: #AC3212;
}
</style>
background-color css
<style>
a { background-color: #AC3212; }
a { background-color: rgb(172,50,18); }
div.DivClassName
{
background-color: #AC3212;
}
.BgClassName
{
background-color: #AC3212;
}
</style>
border-color css
<style>
span { border-color: #AC3212; }
span { border-color: rgb(172,50,18); }
td.TdClassName
{
border-color: #AC3212;
}
.TagClassName
{
border-color: #AC3212;
}
</style>