Shades of Rust #AC2E06
Tints of Rust #AC2E06
RGB
CMYK
RGB Variations
Color information
#AC2E06 (or 0xAC2E06) is known color: Rust. HEX triplet: AC, 2E and 06. RGB value is (172,46,6). Sum of RGB (Red+Green+Blue) = 172+46+6=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2E06 is #53D1F9. Grayscale: #4F4F4F. Windows color (decimal): -5493242 or 405164. OLE color: 405164.
HSL color Cylindrical-coordinate representation of color #AC2E06: hue angle of 14.46º 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 #AC2E06 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 46 | 6 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.33 |
| HSL | 14.46º | 0.93% | 0.35% | - |
| HSV(B) | 14.46º | 0.97% | 0.67% | - |
| XYZ | 18.02 | 10.74 | 1.29 | - |
| YUV | 79.11 | 86.74 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 6 | 0 | 0.73 | 0.97 | 0.33 | 14.46 | 0.93 | 0.35 |
| Hex | AC | 2E | 6 | 0 | 49 | 61 | 21 | E | 5D | 23 |
| Octal | 254 | 56 | 6 | 0 | 111 | 141 | 41 | 16 | 135 | 43 |
| Binary | 10101100 | 101110 | 110 | 0 | 1001001 | 1100001 | 100001 | 1110 | 1011101 | 100011 |
Color Harmonies of #AC2E06
Complementary color
Monochromatic Colors of #AC2E06
Black with #AC2E06
Text Example
Text Example
White with #AC2E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2E06; }
p { color: rgb(172,46,6); }
H1.HeaderClassName
{
color: #AC2E06;
}
.AnyTagClassName
{
color: #AC2E06;
}
</style>
background-color css
<style>
a { background-color: #AC2E06; }
a { background-color: rgb(172,46,6); }
div.DivClassName
{
background-color: #AC2E06;
}
.BgClassName
{
background-color: #AC2E06;
}
</style>
border-color css
<style>
span { border-color: #AC2E06; }
span { border-color: rgb(172,46,6); }
td.TdClassName
{
border-color: #AC2E06;
}
.TagClassName
{
border-color: #AC2E06;
}
</style>