Shades of Rust #AC3412
Tints of Rust #AC3412
RGB
CMYK
RGB Variations
Color information
#AC3412 (or 0xAC3412) is known color: Rust. HEX triplet: AC, 34 and 12. RGB value is (172,52,18). Sum of RGB (Red+Green+Blue) = 172+52+18=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3412 is #53CBED. Grayscale: #545454. Windows color (decimal): -5491694 or 1193132. OLE color: 1193132.
HSL color Cylindrical-coordinate representation of color #AC3412: hue angle of 13.25º 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 #AC3412 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 18 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.33 |
| HSL | 13.25º | 0.81% | 0.37% | - |
| HSV(B) | 13.25º | 0.9% | 0.67% | - |
| XYZ | 18.35 | 11.27 | 1.78 | - |
| YUV | 84 | 90.76 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 18 | 0 | 0.70 | 0.90 | 0.33 | 13.25 | 0.81 | 0.37 |
| Hex | AC | 34 | 12 | 0 | 46 | 5A | 21 | D | 51 | 25 |
| Octal | 254 | 64 | 22 | 0 | 106 | 132 | 41 | 15 | 121 | 45 |
| Binary | 10101100 | 110100 | 10010 | 0 | 1000110 | 1011010 | 100001 | 1101 | 1010001 | 100101 |
Color Harmonies of #AC3412
Complementary color
Monochromatic Colors of #AC3412
Black with #AC3412
Text Example
Text Example
White with #AC3412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3412; }
p { color: rgb(172,52,18); }
H1.HeaderClassName
{
color: #AC3412;
}
.AnyTagClassName
{
color: #AC3412;
}
</style>
background-color css
<style>
a { background-color: #AC3412; }
a { background-color: rgb(172,52,18); }
div.DivClassName
{
background-color: #AC3412;
}
.BgClassName
{
background-color: #AC3412;
}
</style>
border-color css
<style>
span { border-color: #AC3412; }
span { border-color: rgb(172,52,18); }
td.TdClassName
{
border-color: #AC3412;
}
.TagClassName
{
border-color: #AC3412;
}
</style>