Shades of Rust #AC2B04
Tints of Rust #AC2B04
RGB
CMYK
RGB Variations
Color information
#AC2B04 (or 0xAC2B04) is known color: Rust. HEX triplet: AC, 2B and 04. RGB value is (172,43,4). Sum of RGB (Red+Green+Blue) = 172+43+4=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2B04 is #53D4FB. Grayscale: #4D4D4D. Windows color (decimal): -5494012 or 273324. OLE color: 273324.
HSL color Cylindrical-coordinate representation of color #AC2B04: hue angle of 13.93º 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 #AC2B04 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 43 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.33 |
| HSL | 13.93º | 0.95% | 0.35% | - |
| HSV(B) | 13.93º | 0.98% | 0.67% | - |
| XYZ | 17.9 | 10.51 | 1.2 | - |
| YUV | 77.13 | 86.74 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 4 | 0 | 0.75 | 0.98 | 0.33 | 13.93 | 0.95 | 0.35 |
| Hex | AC | 2B | 4 | 0 | 4B | 62 | 21 | E | 5F | 23 |
| Octal | 254 | 53 | 4 | 0 | 113 | 142 | 41 | 16 | 137 | 43 |
| Binary | 10101100 | 101011 | 100 | 0 | 1001011 | 1100010 | 100001 | 1110 | 1011111 | 100011 |
Color Harmonies of #AC2B04
Complementary color
Monochromatic Colors of #AC2B04
Black with #AC2B04
Text Example
Text Example
White with #AC2B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2B04; }
p { color: rgb(172,43,4); }
H1.HeaderClassName
{
color: #AC2B04;
}
.AnyTagClassName
{
color: #AC2B04;
}
</style>
background-color css
<style>
a { background-color: #AC2B04; }
a { background-color: rgb(172,43,4); }
div.DivClassName
{
background-color: #AC2B04;
}
.BgClassName
{
background-color: #AC2B04;
}
</style>
border-color css
<style>
span { border-color: #AC2B04; }
span { border-color: rgb(172,43,4); }
td.TdClassName
{
border-color: #AC2B04;
}
.TagClassName
{
border-color: #AC2B04;
}
</style>