Shades of Rust #AC3616
Tints of Rust #AC3616
RGB
CMYK
RGB Variations
Color information
#AC3616 (or 0xAC3616) is known color: Rust. HEX triplet: AC, 36 and 16. RGB value is (172,54,22). Sum of RGB (Red+Green+Blue) = 172+54+22=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3616 is #53C9E9. Grayscale: #555555. Windows color (decimal): -5491178 or 1455788. OLE color: 1455788.
HSL color Cylindrical-coordinate representation of color #AC3616: hue angle of 12.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 #AC3616 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 22 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.33 |
| HSL | 12.8º | 0.77% | 0.38% | - |
| HSV(B) | 12.8º | 0.87% | 0.67% | - |
| XYZ | 18.48 | 11.47 | 2 | - |
| YUV | 85.63 | 92.09 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 22 | 0 | 0.69 | 0.87 | 0.33 | 12.8 | 0.77 | 0.38 |
| Hex | AC | 36 | 16 | 0 | 45 | 57 | 21 | D | 4D | 26 |
| Octal | 254 | 66 | 26 | 0 | 105 | 127 | 41 | 15 | 115 | 46 |
| Binary | 10101100 | 110110 | 10110 | 0 | 1000101 | 1010111 | 100001 | 1101 | 1001101 | 100110 |
Color Harmonies of #AC3616
Complementary color
Monochromatic Colors of #AC3616
Black with #AC3616
Text Example
Text Example
White with #AC3616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3616; }
p { color: rgb(172,54,22); }
H1.HeaderClassName
{
color: #AC3616;
}
.AnyTagClassName
{
color: #AC3616;
}
</style>
background-color css
<style>
a { background-color: #AC3616; }
a { background-color: rgb(172,54,22); }
div.DivClassName
{
background-color: #AC3616;
}
.BgClassName
{
background-color: #AC3616;
}
</style>
border-color css
<style>
span { border-color: #AC3616; }
span { border-color: rgb(172,54,22); }
td.TdClassName
{
border-color: #AC3616;
}
.TagClassName
{
border-color: #AC3616;
}
</style>