Shades of Rust #AC310E
Tints of Rust #AC310E
RGB
CMYK
RGB Variations
Color information
#AC310E (or 0xAC310E) is known color: Rust. HEX triplet: AC, 31 and 0E. RGB value is (172,49,14). Sum of RGB (Red+Green+Blue) = 172+49+14=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC310E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC310E is #53CEF1. Grayscale: #525252. Windows color (decimal): -5492466 or 930220. OLE color: 930220.
HSL color Cylindrical-coordinate representation of color #AC310E: hue angle of 13.29º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC310E is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 14 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.33 |
| HSL | 13.29º | 0.85% | 0.36% | - |
| HSV(B) | 13.29º | 0.92% | 0.67% | - |
| XYZ | 18.19 | 11 | 1.58 | - |
| YUV | 81.79 | 89.75 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 14 | 0 | 0.72 | 0.92 | 0.33 | 13.29 | 0.85 | 0.36 |
| Hex | AC | 31 | E | 0 | 48 | 5C | 21 | D | 55 | 24 |
| Octal | 254 | 61 | 16 | 0 | 110 | 134 | 41 | 15 | 125 | 44 |
| Binary | 10101100 | 110001 | 1110 | 0 | 1001000 | 1011100 | 100001 | 1101 | 1010101 | 100100 |
Color Harmonies of #AC310E
Complementary color
Monochromatic Colors of #AC310E
Black with #AC310E
Text Example
Text Example
White with #AC310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC310E; }
p { color: rgb(172,49,14); }
H1.HeaderClassName
{
color: #AC310E;
}
.AnyTagClassName
{
color: #AC310E;
}
</style>
background-color css
<style>
a { background-color: #AC310E; }
a { background-color: rgb(172,49,14); }
div.DivClassName
{
background-color: #AC310E;
}
.BgClassName
{
background-color: #AC310E;
}
</style>
border-color css
<style>
span { border-color: #AC310E; }
span { border-color: rgb(172,49,14); }
td.TdClassName
{
border-color: #AC310E;
}
.TagClassName
{
border-color: #AC310E;
}
</style>