Shades of Rust #AC3711
Tints of Rust #AC3711
RGB
CMYK
RGB Variations
Color information
#AC3711 (or 0xAC3711) is known color: Rust. HEX triplet: AC, 37 and 11. RGB value is (172,55,17). Sum of RGB (Red+Green+Blue) = 172+55+17=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3711 is #53C8EE. Grayscale: #555555. Windows color (decimal): -5490927 or 1128364. OLE color: 1128364.
HSL color Cylindrical-coordinate representation of color #AC3711: hue angle of 14.71º degrees, saturation: 0.82, 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 #AC3711 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 17 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.33 |
| HSL | 14.71º | 0.82% | 0.37% | - |
| HSV(B) | 14.71º | 0.9% | 0.67% | - |
| XYZ | 18.48 | 11.54 | 1.78 | - |
| YUV | 85.65 | 89.26 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 17 | 0 | 0.68 | 0.90 | 0.33 | 14.71 | 0.82 | 0.37 |
| Hex | AC | 37 | 11 | 0 | 44 | 5A | 21 | F | 52 | 25 |
| Octal | 254 | 67 | 21 | 0 | 104 | 132 | 41 | 17 | 122 | 45 |
| Binary | 10101100 | 110111 | 10001 | 0 | 1000100 | 1011010 | 100001 | 1111 | 1010010 | 100101 |
Color Harmonies of #AC3711
Complementary color
Monochromatic Colors of #AC3711
Black with #AC3711
Text Example
Text Example
White with #AC3711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3711; }
p { color: rgb(172,55,17); }
H1.HeaderClassName
{
color: #AC3711;
}
.AnyTagClassName
{
color: #AC3711;
}
</style>
background-color css
<style>
a { background-color: #AC3711; }
a { background-color: rgb(172,55,17); }
div.DivClassName
{
background-color: #AC3711;
}
.BgClassName
{
background-color: #AC3711;
}
</style>
border-color css
<style>
span { border-color: #AC3711; }
span { border-color: rgb(172,55,17); }
td.TdClassName
{
border-color: #AC3711;
}
.TagClassName
{
border-color: #AC3711;
}
</style>