Shades of Rust #AC3116
Tints of Rust #AC3116
RGB
CMYK
RGB Variations
Color information
#AC3116 (or 0xAC3116) is known color: Rust. HEX triplet: AC, 31 and 16. RGB value is (172,49,22). Sum of RGB (Red+Green+Blue) = 172+49+22=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3116 is #53CEE9. Grayscale: #525252. Windows color (decimal): -5492458 or 1454508. OLE color: 1454508.
HSL color Cylindrical-coordinate representation of color #AC3116: hue angle of 10.8º degrees, saturation: 0.77, 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 #AC3116 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 22 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.33 |
| HSL | 10.8º | 0.77% | 0.38% | - |
| HSV(B) | 10.8º | 0.87% | 0.67% | - |
| XYZ | 18.26 | 11.03 | 1.92 | - |
| YUV | 82.7 | 93.75 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 22 | 0 | 0.72 | 0.87 | 0.33 | 10.8 | 0.77 | 0.38 |
| Hex | AC | 31 | 16 | 0 | 48 | 57 | 21 | B | 4D | 26 |
| Octal | 254 | 61 | 26 | 0 | 110 | 127 | 41 | 13 | 115 | 46 |
| Binary | 10101100 | 110001 | 10110 | 0 | 1001000 | 1010111 | 100001 | 1011 | 1001101 | 100110 |
Color Harmonies of #AC3116
Complementary color
Monochromatic Colors of #AC3116
Black with #AC3116
Text Example
Text Example
White with #AC3116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3116; }
p { color: rgb(172,49,22); }
H1.HeaderClassName
{
color: #AC3116;
}
.AnyTagClassName
{
color: #AC3116;
}
</style>
background-color css
<style>
a { background-color: #AC3116; }
a { background-color: rgb(172,49,22); }
div.DivClassName
{
background-color: #AC3116;
}
.BgClassName
{
background-color: #AC3116;
}
</style>
border-color css
<style>
span { border-color: #AC3116; }
span { border-color: rgb(172,49,22); }
td.TdClassName
{
border-color: #AC3116;
}
.TagClassName
{
border-color: #AC3116;
}
</style>