Shades of Rust #AC3606
Tints of Rust #AC3606
RGB
CMYK
RGB Variations
Color information
#AC3606 (or 0xAC3606) is known color: Rust. HEX triplet: AC, 36 and 06. RGB value is (172,54,6). Sum of RGB (Red+Green+Blue) = 172+54+6=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3606 is #53C9F9. Grayscale: #545454. Windows color (decimal): -5491194 or 407212. OLE color: 407212.
HSL color Cylindrical-coordinate representation of color #AC3606: hue angle of 17.35º 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 #AC3606 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 6 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.33 |
| HSL | 17.35º | 0.93% | 0.35% | - |
| HSV(B) | 17.35º | 0.97% | 0.67% | - |
| XYZ | 18.37 | 11.42 | 1.41 | - |
| YUV | 83.81 | 84.09 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 6 | 0 | 0.69 | 0.97 | 0.33 | 17.35 | 0.93 | 0.35 |
| Hex | AC | 36 | 6 | 0 | 45 | 61 | 21 | 11 | 5D | 23 |
| Octal | 254 | 66 | 6 | 0 | 105 | 141 | 41 | 21 | 135 | 43 |
| Binary | 10101100 | 110110 | 110 | 0 | 1000101 | 1100001 | 100001 | 10001 | 1011101 | 100011 |
Color Harmonies of #AC3606
Complementary color
Monochromatic Colors of #AC3606
Black with #AC3606
Text Example
Text Example
White with #AC3606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3606; }
p { color: rgb(172,54,6); }
H1.HeaderClassName
{
color: #AC3606;
}
.AnyTagClassName
{
color: #AC3606;
}
</style>
background-color css
<style>
a { background-color: #AC3606; }
a { background-color: rgb(172,54,6); }
div.DivClassName
{
background-color: #AC3606;
}
.BgClassName
{
background-color: #AC3606;
}
</style>
border-color css
<style>
span { border-color: #AC3606; }
span { border-color: rgb(172,54,6); }
td.TdClassName
{
border-color: #AC3606;
}
.TagClassName
{
border-color: #AC3606;
}
</style>