Shades of Rust #AC3C06
Tints of Rust #AC3C06
RGB
CMYK
RGB Variations
Color information
#AC3C06 (or 0xAC3C06) is known color: Rust. HEX triplet: AC, 3C and 06. RGB value is (172,60,6). Sum of RGB (Red+Green+Blue) = 172+60+6=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3C06 is #53C3F9. Grayscale: #575757. Windows color (decimal): -5489658 or 408748. OLE color: 408748.
HSL color Cylindrical-coordinate representation of color #AC3C06: hue angle of 19.52º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC3C06 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.33 |
| HSL | 19.52º | 0.93% | 0.35% | - |
| HSV(B) | 19.52º | 0.97% | 0.67% | - |
| XYZ | 18.66 | 12.02 | 1.51 | - |
| YUV | 87.33 | 82.11 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 6 | 0 | 0.65 | 0.97 | 0.33 | 19.52 | 0.93 | 0.35 |
| Hex | AC | 3C | 6 | 0 | 41 | 61 | 21 | 14 | 5D | 23 |
| Octal | 254 | 74 | 6 | 0 | 101 | 141 | 41 | 24 | 135 | 43 |
| Binary | 10101100 | 111100 | 110 | 0 | 1000001 | 1100001 | 100001 | 10100 | 1011101 | 100011 |
Color Harmonies of #AC3C06
Complementary color
Monochromatic Colors of #AC3C06
Black with #AC3C06
Text Example
Text Example
White with #AC3C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C06; }
p { color: rgb(172,60,6); }
H1.HeaderClassName
{
color: #AC3C06;
}
.AnyTagClassName
{
color: #AC3C06;
}
</style>
background-color css
<style>
a { background-color: #AC3C06; }
a { background-color: rgb(172,60,6); }
div.DivClassName
{
background-color: #AC3C06;
}
.BgClassName
{
background-color: #AC3C06;
}
</style>
border-color css
<style>
span { border-color: #AC3C06; }
span { border-color: rgb(172,60,6); }
td.TdClassName
{
border-color: #AC3C06;
}
.TagClassName
{
border-color: #AC3C06;
}
</style>