Shades of Rust #AC3117
Tints of Rust #AC3117
RGB
CMYK
RGB Variations
Color information
#AC3117 (or 0xAC3117) is known color: Rust. HEX triplet: AC, 31 and 17. RGB value is (172,49,23). Sum of RGB (Red+Green+Blue) = 172+49+23=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3117 is #53CEE8. Grayscale: #535353. Windows color (decimal): -5492457 or 1520044. OLE color: 1520044.
HSL color Cylindrical-coordinate representation of color #AC3117: hue angle of 10.47º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC3117 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 23 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.33 |
| HSL | 10.47º | 0.76% | 0.38% | - |
| HSV(B) | 10.47º | 0.87% | 0.67% | - |
| XYZ | 18.27 | 11.03 | 1.98 | - |
| YUV | 82.81 | 94.25 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 23 | 0 | 0.72 | 0.87 | 0.33 | 10.47 | 0.76 | 0.38 |
| Hex | AC | 31 | 17 | 0 | 48 | 57 | 21 | A | 4C | 26 |
| Octal | 254 | 61 | 27 | 0 | 110 | 127 | 41 | 12 | 114 | 46 |
| Binary | 10101100 | 110001 | 10111 | 0 | 1001000 | 1010111 | 100001 | 1010 | 1001100 | 100110 |
Color Harmonies of #AC3117
Complementary color
Monochromatic Colors of #AC3117
Black with #AC3117
Text Example
Text Example
White with #AC3117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3117; }
p { color: rgb(172,49,23); }
H1.HeaderClassName
{
color: #AC3117;
}
.AnyTagClassName
{
color: #AC3117;
}
</style>
background-color css
<style>
a { background-color: #AC3117; }
a { background-color: rgb(172,49,23); }
div.DivClassName
{
background-color: #AC3117;
}
.BgClassName
{
background-color: #AC3117;
}
</style>
border-color css
<style>
span { border-color: #AC3117; }
span { border-color: rgb(172,49,23); }
td.TdClassName
{
border-color: #AC3117;
}
.TagClassName
{
border-color: #AC3117;
}
</style>