Shades of Rust #AC3C00
Tints of Rust #AC3C00
RGB
CMYK
RGB Variations
Color information
#AC3C00 (or 0xAC3C00) is known color: Rust. HEX triplet: AC, 3C and 00. RGB value is (172,60,0). Sum of RGB (Red+Green+Blue) = 172+60+0=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3C00 is #53C3FF. Grayscale: #575757. Windows color (decimal): -5489664 or 15532. OLE color: 15532.
HSL color Cylindrical-coordinate representation of color #AC3C00: hue angle of 20.93º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC3C00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.33 |
| HSL | 20.93º | 1% | 0.34% | - |
| HSV(B) | 20.93º | 1% | 0.67% | - |
| XYZ | 18.63 | 12 | 1.33 | - |
| YUV | 86.65 | 79.11 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 0 | 0 | 0.65 | 1 | 0.33 | 20.93 | 1 | 0.34 |
| Hex | AC | 3C | 0 | 0 | 41 | 64 | 21 | 15 | 64 | 22 |
| Octal | 254 | 74 | 0 | 0 | 101 | 144 | 41 | 25 | 144 | 42 |
| Binary | 10101100 | 111100 | 0 | 0 | 1000001 | 1100100 | 100001 | 10101 | 1100100 | 100010 |
Color Harmonies of #AC3C00
Complementary color
Monochromatic Colors of #AC3C00
Black with #AC3C00
Text Example
Text Example
White with #AC3C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C00; }
p { color: rgb(172,60,0); }
H1.HeaderClassName
{
color: #AC3C00;
}
.AnyTagClassName
{
color: #AC3C00;
}
</style>
background-color css
<style>
a { background-color: #AC3C00; }
a { background-color: rgb(172,60,0); }
div.DivClassName
{
background-color: #AC3C00;
}
.BgClassName
{
background-color: #AC3C00;
}
</style>
border-color css
<style>
span { border-color: #AC3C00; }
span { border-color: rgb(172,60,0); }
td.TdClassName
{
border-color: #AC3C00;
}
.TagClassName
{
border-color: #AC3C00;
}
</style>