Shades of Rust #AC3312
Tints of Rust #AC3312
RGB
CMYK
RGB Variations
Color information
#AC3312 (or 0xAC3312) is known color: Rust. HEX triplet: AC, 33 and 12. RGB value is (172,51,18). Sum of RGB (Red+Green+Blue) = 172+51+18=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3312 is #53CCED. Grayscale: #535353. Windows color (decimal): -5491950 or 1192876. OLE color: 1192876.
HSL color Cylindrical-coordinate representation of color #AC3312: hue angle of 12.86º 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 #AC3312 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 18 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.33 |
| HSL | 12.86º | 0.81% | 0.37% | - |
| HSV(B) | 12.86º | 0.9% | 0.67% | - |
| XYZ | 18.31 | 11.18 | 1.77 | - |
| YUV | 83.42 | 91.09 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 18 | 0 | 0.70 | 0.90 | 0.33 | 12.86 | 0.81 | 0.37 |
| Hex | AC | 33 | 12 | 0 | 46 | 5A | 21 | D | 51 | 25 |
| Octal | 254 | 63 | 22 | 0 | 106 | 132 | 41 | 15 | 121 | 45 |
| Binary | 10101100 | 110011 | 10010 | 0 | 1000110 | 1011010 | 100001 | 1101 | 1010001 | 100101 |
Color Harmonies of #AC3312
Complementary color
Monochromatic Colors of #AC3312
Black with #AC3312
Text Example
Text Example
White with #AC3312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3312; }
p { color: rgb(172,51,18); }
H1.HeaderClassName
{
color: #AC3312;
}
.AnyTagClassName
{
color: #AC3312;
}
</style>
background-color css
<style>
a { background-color: #AC3312; }
a { background-color: rgb(172,51,18); }
div.DivClassName
{
background-color: #AC3312;
}
.BgClassName
{
background-color: #AC3312;
}
</style>
border-color css
<style>
span { border-color: #AC3312; }
span { border-color: rgb(172,51,18); }
td.TdClassName
{
border-color: #AC3312;
}
.TagClassName
{
border-color: #AC3312;
}
</style>