Shades of Rust #AC2C0D
Tints of Rust #AC2C0D
RGB
CMYK
RGB Variations
Color information
#AC2C0D (or 0xAC2C0D) is known color: Rust. HEX triplet: AC, 2C and 0D. RGB value is (172,44,13). Sum of RGB (Red+Green+Blue) = 172+44+13=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2C0D is #53D3F2. Grayscale: #4E4E4E. Windows color (decimal): -5493747 or 863404. OLE color: 863404.
HSL color Cylindrical-coordinate representation of color #AC2C0D: hue angle of 11.7º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC2C0D is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 44 | 13 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.33 |
| HSL | 11.7º | 0.86% | 0.36% | - |
| HSV(B) | 11.7º | 0.92% | 0.67% | - |
| XYZ | 17.99 | 10.6 | 1.48 | - |
| YUV | 78.74 | 90.91 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 44 | 13 | 0 | 0.74 | 0.92 | 0.33 | 11.7 | 0.86 | 0.36 |
| Hex | AC | 2C | D | 0 | 4A | 5C | 21 | C | 56 | 24 |
| Octal | 254 | 54 | 15 | 0 | 112 | 134 | 41 | 14 | 126 | 44 |
| Binary | 10101100 | 101100 | 1101 | 0 | 1001010 | 1011100 | 100001 | 1100 | 1010110 | 100100 |
Color Harmonies of #AC2C0D
Complementary color
Monochromatic Colors of #AC2C0D
Black with #AC2C0D
Text Example
Text Example
White with #AC2C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2C0D; }
p { color: rgb(172,44,13); }
H1.HeaderClassName
{
color: #AC2C0D;
}
.AnyTagClassName
{
color: #AC2C0D;
}
</style>
background-color css
<style>
a { background-color: #AC2C0D; }
a { background-color: rgb(172,44,13); }
div.DivClassName
{
background-color: #AC2C0D;
}
.BgClassName
{
background-color: #AC2C0D;
}
</style>
border-color css
<style>
span { border-color: #AC2C0D; }
span { border-color: rgb(172,44,13); }
td.TdClassName
{
border-color: #AC2C0D;
}
.TagClassName
{
border-color: #AC2C0D;
}
</style>