Shades of Rust #AC3516
Tints of Rust #AC3516
RGB
CMYK
RGB Variations
Color information
#AC3516 (or 0xAC3516) is known color: Rust. HEX triplet: AC, 35 and 16. RGB value is (172,53,22). Sum of RGB (Red+Green+Blue) = 172+53+22=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3516 is #53CAE9. Grayscale: #555555. Windows color (decimal): -5491434 or 1455532. OLE color: 1455532.
HSL color Cylindrical-coordinate representation of color #AC3516: hue angle of 12.4º 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 #AC3516 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 22 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.33 |
| HSL | 12.4º | 0.77% | 0.38% | - |
| HSV(B) | 12.4º | 0.87% | 0.67% | - |
| XYZ | 18.43 | 11.37 | 1.98 | - |
| YUV | 85.05 | 92.42 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 22 | 0 | 0.69 | 0.87 | 0.33 | 12.4 | 0.77 | 0.38 |
| Hex | AC | 35 | 16 | 0 | 45 | 57 | 21 | C | 4D | 26 |
| Octal | 254 | 65 | 26 | 0 | 105 | 127 | 41 | 14 | 115 | 46 |
| Binary | 10101100 | 110101 | 10110 | 0 | 1000101 | 1010111 | 100001 | 1100 | 1001101 | 100110 |
Color Harmonies of #AC3516
Complementary color
Monochromatic Colors of #AC3516
Black with #AC3516
Text Example
Text Example
White with #AC3516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3516; }
p { color: rgb(172,53,22); }
H1.HeaderClassName
{
color: #AC3516;
}
.AnyTagClassName
{
color: #AC3516;
}
</style>
background-color css
<style>
a { background-color: #AC3516; }
a { background-color: rgb(172,53,22); }
div.DivClassName
{
background-color: #AC3516;
}
.BgClassName
{
background-color: #AC3516;
}
</style>
border-color css
<style>
span { border-color: #AC3516; }
span { border-color: rgb(172,53,22); }
td.TdClassName
{
border-color: #AC3516;
}
.TagClassName
{
border-color: #AC3516;
}
</style>