Shades of Rust #AC2D0D
Tints of Rust #AC2D0D
RGB
CMYK
RGB Variations
Color information
#AC2D0D (or 0xAC2D0D) is known color: Rust. HEX triplet: AC, 2D and 0D. RGB value is (172,45,13). Sum of RGB (Red+Green+Blue) = 172+45+13=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2D0D is #53D2F2. Grayscale: #4F4F4F. Windows color (decimal): -5493491 or 863660. OLE color: 863660.
HSL color Cylindrical-coordinate representation of color #AC2D0D: hue angle of 12.08º 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 #AC2D0D is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 45 | 13 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.33 |
| HSL | 12.08º | 0.86% | 0.36% | - |
| HSV(B) | 12.08º | 0.92% | 0.67% | - |
| XYZ | 18.02 | 10.68 | 1.49 | - |
| YUV | 79.33 | 90.58 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 13 | 0 | 0.74 | 0.92 | 0.33 | 12.08 | 0.86 | 0.36 |
| Hex | AC | 2D | D | 0 | 4A | 5C | 21 | C | 56 | 24 |
| Octal | 254 | 55 | 15 | 0 | 112 | 134 | 41 | 14 | 126 | 44 |
| Binary | 10101100 | 101101 | 1101 | 0 | 1001010 | 1011100 | 100001 | 1100 | 1010110 | 100100 |
Color Harmonies of #AC2D0D
Complementary color
Monochromatic Colors of #AC2D0D
Black with #AC2D0D
Text Example
Text Example
White with #AC2D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2D0D; }
p { color: rgb(172,45,13); }
H1.HeaderClassName
{
color: #AC2D0D;
}
.AnyTagClassName
{
color: #AC2D0D;
}
</style>
background-color css
<style>
a { background-color: #AC2D0D; }
a { background-color: rgb(172,45,13); }
div.DivClassName
{
background-color: #AC2D0D;
}
.BgClassName
{
background-color: #AC2D0D;
}
</style>
border-color css
<style>
span { border-color: #AC2D0D; }
span { border-color: rgb(172,45,13); }
td.TdClassName
{
border-color: #AC2D0D;
}
.TagClassName
{
border-color: #AC2D0D;
}
</style>