Shades of Rust #AC3416
Tints of Rust #AC3416
RGB
CMYK
RGB Variations
Color information
#AC3416 (or 0xAC3416) is known color: Rust. HEX triplet: AC, 34 and 16. RGB value is (172,52,22). Sum of RGB (Red+Green+Blue) = 172+52+22=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3416 is #53CBE9. Grayscale: #545454. Windows color (decimal): -5491690 or 1455276. OLE color: 1455276.
HSL color Cylindrical-coordinate representation of color #AC3416: hue angle of 12º 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 #AC3416 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 22 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.33 |
| HSL | 12º | 0.77% | 0.38% | - |
| HSV(B) | 12º | 0.87% | 0.67% | - |
| XYZ | 18.39 | 11.28 | 1.97 | - |
| YUV | 84.46 | 92.76 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 22 | 0 | 0.70 | 0.87 | 0.33 | 12 | 0.77 | 0.38 |
| Hex | AC | 34 | 16 | 0 | 46 | 57 | 21 | C | 4D | 26 |
| Octal | 254 | 64 | 26 | 0 | 106 | 127 | 41 | 14 | 115 | 46 |
| Binary | 10101100 | 110100 | 10110 | 0 | 1000110 | 1010111 | 100001 | 1100 | 1001101 | 100110 |
Color Harmonies of #AC3416
Complementary color
Monochromatic Colors of #AC3416
Black with #AC3416
Text Example
Text Example
White with #AC3416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3416; }
p { color: rgb(172,52,22); }
H1.HeaderClassName
{
color: #AC3416;
}
.AnyTagClassName
{
color: #AC3416;
}
</style>
background-color css
<style>
a { background-color: #AC3416; }
a { background-color: rgb(172,52,22); }
div.DivClassName
{
background-color: #AC3416;
}
.BgClassName
{
background-color: #AC3416;
}
</style>
border-color css
<style>
span { border-color: #AC3416; }
span { border-color: rgb(172,52,22); }
td.TdClassName
{
border-color: #AC3416;
}
.TagClassName
{
border-color: #AC3416;
}
</style>