Shades of Rust #AC3A16
Tints of Rust #AC3A16
RGB
CMYK
RGB Variations
Color information
#AC3A16 (or 0xAC3A16) is known color: Rust. HEX triplet: AC, 3A and 16. RGB value is (172,58,22). Sum of RGB (Red+Green+Blue) = 172+58+22=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3A16 is #53C5E9. Grayscale: #585858. Windows color (decimal): -5490154 or 1456812. OLE color: 1456812.
HSL color Cylindrical-coordinate representation of color #AC3A16: hue angle of 14.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 #AC3A16 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 22 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.33 |
| HSL | 14.4º | 0.77% | 0.38% | - |
| HSV(B) | 14.4º | 0.87% | 0.67% | - |
| XYZ | 18.67 | 11.85 | 2.06 | - |
| YUV | 87.98 | 90.77 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 22 | 0 | 0.66 | 0.87 | 0.33 | 14.4 | 0.77 | 0.38 |
| Hex | AC | 3A | 16 | 0 | 42 | 57 | 21 | E | 4D | 26 |
| Octal | 254 | 72 | 26 | 0 | 102 | 127 | 41 | 16 | 115 | 46 |
| Binary | 10101100 | 111010 | 10110 | 0 | 1000010 | 1010111 | 100001 | 1110 | 1001101 | 100110 |
Color Harmonies of #AC3A16
Complementary color
Monochromatic Colors of #AC3A16
Black with #AC3A16
Text Example
Text Example
White with #AC3A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A16; }
p { color: rgb(172,58,22); }
H1.HeaderClassName
{
color: #AC3A16;
}
.AnyTagClassName
{
color: #AC3A16;
}
</style>
background-color css
<style>
a { background-color: #AC3A16; }
a { background-color: rgb(172,58,22); }
div.DivClassName
{
background-color: #AC3A16;
}
.BgClassName
{
background-color: #AC3A16;
}
</style>
border-color css
<style>
span { border-color: #AC3A16; }
span { border-color: rgb(172,58,22); }
td.TdClassName
{
border-color: #AC3A16;
}
.TagClassName
{
border-color: #AC3A16;
}
</style>