Shades of Rust #AC3113
Tints of Rust #AC3113
RGB
CMYK
RGB Variations
Color information
#AC3113 (or 0xAC3113) is known color: Rust. HEX triplet: AC, 31 and 13. RGB value is (172,49,19). Sum of RGB (Red+Green+Blue) = 172+49+19=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3113 is #53CEEC. Grayscale: #525252. Windows color (decimal): -5492461 or 1257900. OLE color: 1257900.
HSL color Cylindrical-coordinate representation of color #AC3113: hue angle of 11.76º degrees, saturation: 0.8, 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 #AC3113 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 19 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.33 |
| HSL | 11.76º | 0.8% | 0.37% | - |
| HSV(B) | 11.76º | 0.89% | 0.67% | - |
| XYZ | 18.23 | 11.01 | 1.78 | - |
| YUV | 82.36 | 92.25 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 19 | 0 | 0.72 | 0.89 | 0.33 | 11.76 | 0.8 | 0.37 |
| Hex | AC | 31 | 13 | 0 | 48 | 59 | 21 | C | 50 | 25 |
| Octal | 254 | 61 | 23 | 0 | 110 | 131 | 41 | 14 | 120 | 45 |
| Binary | 10101100 | 110001 | 10011 | 0 | 1001000 | 1011001 | 100001 | 1100 | 1010000 | 100101 |
Color Harmonies of #AC3113
Complementary color
Monochromatic Colors of #AC3113
Black with #AC3113
Text Example
Text Example
White with #AC3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3113; }
p { color: rgb(172,49,19); }
H1.HeaderClassName
{
color: #AC3113;
}
.AnyTagClassName
{
color: #AC3113;
}
</style>
background-color css
<style>
a { background-color: #AC3113; }
a { background-color: rgb(172,49,19); }
div.DivClassName
{
background-color: #AC3113;
}
.BgClassName
{
background-color: #AC3113;
}
</style>
border-color css
<style>
span { border-color: #AC3113; }
span { border-color: rgb(172,49,19); }
td.TdClassName
{
border-color: #AC3113;
}
.TagClassName
{
border-color: #AC3113;
}
</style>