Shades of Rust #AC3916
Tints of Rust #AC3916
RGB
CMYK
RGB Variations
Color information
#AC3916 (or 0xAC3916) is known color: Rust. HEX triplet: AC, 39 and 16. RGB value is (172,57,22). Sum of RGB (Red+Green+Blue) = 172+57+22=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3916 is #53C6E9. Grayscale: #575757. Windows color (decimal): -5490410 or 1456556. OLE color: 1456556.
HSL color Cylindrical-coordinate representation of color #AC3916: hue angle of 14º 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 #AC3916 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 22 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.33 |
| HSL | 14º | 0.77% | 0.38% | - |
| HSV(B) | 14º | 0.87% | 0.67% | - |
| XYZ | 18.62 | 11.75 | 2.05 | - |
| YUV | 87.4 | 91.1 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 22 | 0 | 0.67 | 0.87 | 0.33 | 14 | 0.77 | 0.38 |
| Hex | AC | 39 | 16 | 0 | 43 | 57 | 21 | E | 4D | 26 |
| Octal | 254 | 71 | 26 | 0 | 103 | 127 | 41 | 16 | 115 | 46 |
| Binary | 10101100 | 111001 | 10110 | 0 | 1000011 | 1010111 | 100001 | 1110 | 1001101 | 100110 |
Color Harmonies of #AC3916
Complementary color
Monochromatic Colors of #AC3916
Black with #AC3916
Text Example
Text Example
White with #AC3916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3916; }
p { color: rgb(172,57,22); }
H1.HeaderClassName
{
color: #AC3916;
}
.AnyTagClassName
{
color: #AC3916;
}
</style>
background-color css
<style>
a { background-color: #AC3916; }
a { background-color: rgb(172,57,22); }
div.DivClassName
{
background-color: #AC3916;
}
.BgClassName
{
background-color: #AC3916;
}
</style>
border-color css
<style>
span { border-color: #AC3916; }
span { border-color: rgb(172,57,22); }
td.TdClassName
{
border-color: #AC3916;
}
.TagClassName
{
border-color: #AC3916;
}
</style>