Shades of Rust #AC2D04
Tints of Rust #AC2D04
RGB
CMYK
RGB Variations
Color information
#AC2D04 (or 0xAC2D04) is known color: Rust. HEX triplet: AC, 2D and 04. RGB value is (172,45,4). Sum of RGB (Red+Green+Blue) = 172+45+4=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2D04 is #53D2FB. Grayscale: #4E4E4E. Windows color (decimal): -5493500 or 273836. OLE color: 273836.
HSL color Cylindrical-coordinate representation of color #AC2D04: hue angle of 14.64º 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 #AC2D04 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 45 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.33 |
| HSL | 14.64º | 0.95% | 0.35% | - |
| HSV(B) | 14.64º | 0.98% | 0.67% | - |
| XYZ | 17.97 | 10.66 | 1.22 | - |
| YUV | 78.3 | 86.08 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 4 | 0 | 0.74 | 0.98 | 0.33 | 14.64 | 0.95 | 0.35 |
| Hex | AC | 2D | 4 | 0 | 4A | 62 | 21 | F | 5F | 23 |
| Octal | 254 | 55 | 4 | 0 | 112 | 142 | 41 | 17 | 137 | 43 |
| Binary | 10101100 | 101101 | 100 | 0 | 1001010 | 1100010 | 100001 | 1111 | 1011111 | 100011 |
Color Harmonies of #AC2D04
Complementary color
Monochromatic Colors of #AC2D04
Black with #AC2D04
Text Example
Text Example
White with #AC2D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2D04; }
p { color: rgb(172,45,4); }
H1.HeaderClassName
{
color: #AC2D04;
}
.AnyTagClassName
{
color: #AC2D04;
}
</style>
background-color css
<style>
a { background-color: #AC2D04; }
a { background-color: rgb(172,45,4); }
div.DivClassName
{
background-color: #AC2D04;
}
.BgClassName
{
background-color: #AC2D04;
}
</style>
border-color css
<style>
span { border-color: #AC2D04; }
span { border-color: rgb(172,45,4); }
td.TdClassName
{
border-color: #AC2D04;
}
.TagClassName
{
border-color: #AC2D04;
}
</style>