Shades of Rust #AC2E04
Tints of Rust #AC2E04
RGB
CMYK
RGB Variations
Color information
#AC2E04 (or 0xAC2E04) is known color: Rust. HEX triplet: AC, 2E and 04. RGB value is (172,46,4). Sum of RGB (Red+Green+Blue) = 172+46+4=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2E04 is #53D1FB. Grayscale: #4F4F4F. Windows color (decimal): -5493244 or 274092. OLE color: 274092.
HSL color Cylindrical-coordinate representation of color #AC2E04: hue angle of 15º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC2E04 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 46 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.33 |
| HSL | 15º | 0.95% | 0.35% | - |
| HSV(B) | 15º | 0.98% | 0.67% | - |
| XYZ | 18.01 | 10.73 | 1.24 | - |
| YUV | 78.89 | 85.74 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 4 | 0 | 0.73 | 0.98 | 0.33 | 15 | 0.95 | 0.35 |
| Hex | AC | 2E | 4 | 0 | 49 | 62 | 21 | F | 5F | 23 |
| Octal | 254 | 56 | 4 | 0 | 111 | 142 | 41 | 17 | 137 | 43 |
| Binary | 10101100 | 101110 | 100 | 0 | 1001001 | 1100010 | 100001 | 1111 | 1011111 | 100011 |
Color Harmonies of #AC2E04
Complementary color
Monochromatic Colors of #AC2E04
Black with #AC2E04
Text Example
Text Example
White with #AC2E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2E04; }
p { color: rgb(172,46,4); }
H1.HeaderClassName
{
color: #AC2E04;
}
.AnyTagClassName
{
color: #AC2E04;
}
</style>
background-color css
<style>
a { background-color: #AC2E04; }
a { background-color: rgb(172,46,4); }
div.DivClassName
{
background-color: #AC2E04;
}
.BgClassName
{
background-color: #AC2E04;
}
</style>
border-color css
<style>
span { border-color: #AC2E04; }
span { border-color: rgb(172,46,4); }
td.TdClassName
{
border-color: #AC2E04;
}
.TagClassName
{
border-color: #AC2E04;
}
</style>