Shades of Rust #AC3A06
Tints of Rust #AC3A06
RGB
CMYK
RGB Variations
Color information
#AC3A06 (or 0xAC3A06) is known color: Rust. HEX triplet: AC, 3A and 06. RGB value is (172,58,6). Sum of RGB (Red+Green+Blue) = 172+58+6=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3A06 is #53C5F9. Grayscale: #565656. Windows color (decimal): -5490170 or 408236. OLE color: 408236.
HSL color Cylindrical-coordinate representation of color #AC3A06: hue angle of 18.8º 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 #AC3A06 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 6 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.33 |
| HSL | 18.8º | 0.93% | 0.35% | - |
| HSV(B) | 18.8º | 0.97% | 0.67% | - |
| XYZ | 18.56 | 11.81 | 1.47 | - |
| YUV | 86.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 6 | 0 | 0.66 | 0.97 | 0.33 | 18.8 | 0.93 | 0.35 |
| Hex | AC | 3A | 6 | 0 | 42 | 61 | 21 | 13 | 5D | 23 |
| Octal | 254 | 72 | 6 | 0 | 102 | 141 | 41 | 23 | 135 | 43 |
| Binary | 10101100 | 111010 | 110 | 0 | 1000010 | 1100001 | 100001 | 10011 | 1011101 | 100011 |
Color Harmonies of #AC3A06
Complementary color
Monochromatic Colors of #AC3A06
Black with #AC3A06
Text Example
Text Example
White with #AC3A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A06; }
p { color: rgb(172,58,6); }
H1.HeaderClassName
{
color: #AC3A06;
}
.AnyTagClassName
{
color: #AC3A06;
}
</style>
background-color css
<style>
a { background-color: #AC3A06; }
a { background-color: rgb(172,58,6); }
div.DivClassName
{
background-color: #AC3A06;
}
.BgClassName
{
background-color: #AC3A06;
}
</style>
border-color css
<style>
span { border-color: #AC3A06; }
span { border-color: rgb(172,58,6); }
td.TdClassName
{
border-color: #AC3A06;
}
.TagClassName
{
border-color: #AC3A06;
}
</style>