Shades of Rust #AC3115
Tints of Rust #AC3115
RGB
CMYK
RGB Variations
Color information
#AC3115 (or 0xAC3115) is known color: Rust. HEX triplet: AC, 31 and 15. RGB value is (172,49,21). Sum of RGB (Red+Green+Blue) = 172+49+21=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3115 is #53CEEA. Grayscale: #525252. Windows color (decimal): -5492459 or 1388972. OLE color: 1388972.
HSL color Cylindrical-coordinate representation of color #AC3115: hue angle of 11.13º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC3115 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 21 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.33 |
| HSL | 11.13º | 0.78% | 0.38% | - |
| HSV(B) | 11.13º | 0.88% | 0.67% | - |
| XYZ | 18.25 | 11.02 | 1.88 | - |
| YUV | 82.59 | 93.25 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 21 | 0 | 0.72 | 0.88 | 0.33 | 11.13 | 0.78 | 0.38 |
| Hex | AC | 31 | 15 | 0 | 48 | 58 | 21 | B | 4E | 26 |
| Octal | 254 | 61 | 25 | 0 | 110 | 130 | 41 | 13 | 116 | 46 |
| Binary | 10101100 | 110001 | 10101 | 0 | 1001000 | 1011000 | 100001 | 1011 | 1001110 | 100110 |
Color Harmonies of #AC3115
Complementary color
Monochromatic Colors of #AC3115
Black with #AC3115
Text Example
Text Example
White with #AC3115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3115; }
p { color: rgb(172,49,21); }
H1.HeaderClassName
{
color: #AC3115;
}
.AnyTagClassName
{
color: #AC3115;
}
</style>
background-color css
<style>
a { background-color: #AC3115; }
a { background-color: rgb(172,49,21); }
div.DivClassName
{
background-color: #AC3115;
}
.BgClassName
{
background-color: #AC3115;
}
</style>
border-color css
<style>
span { border-color: #AC3115; }
span { border-color: rgb(172,49,21); }
td.TdClassName
{
border-color: #AC3115;
}
.TagClassName
{
border-color: #AC3115;
}
</style>