Shades of Rust #AC4C0D
Tints of Rust #AC4C0D
RGB
CMYK
RGB Variations
Color information
#AC4C0D (or 0xAC4C0D) is known color: Rust. HEX triplet: AC, 4C and 0D. RGB value is (172,76,13). Sum of RGB (Red+Green+Blue) = 172+76+13=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4C0D is #53B3F2. Grayscale: #616161. Windows color (decimal): -5485555 or 871596. OLE color: 871596.
HSL color Cylindrical-coordinate representation of color #AC4C0D: hue angle of 23.77º 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 #AC4C0D is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 13 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.33 |
| HSL | 23.77º | 0.86% | 0.36% | - |
| HSV(B) | 23.77º | 0.92% | 0.67% | - |
| XYZ | 19.67 | 13.97 | 2.04 | - |
| YUV | 97.52 | 80.3 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 13 | 0 | 0.56 | 0.92 | 0.33 | 23.77 | 0.86 | 0.36 |
| Hex | AC | 4C | D | 0 | 38 | 5C | 21 | 18 | 56 | 24 |
| Octal | 254 | 114 | 15 | 0 | 70 | 134 | 41 | 30 | 126 | 44 |
| Binary | 10101100 | 1001100 | 1101 | 0 | 111000 | 1011100 | 100001 | 11000 | 1010110 | 100100 |
Color Harmonies of #AC4C0D
Complementary color
Monochromatic Colors of #AC4C0D
Black with #AC4C0D
Text Example
Text Example
White with #AC4C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C0D; }
p { color: rgb(172,76,13); }
H1.HeaderClassName
{
color: #AC4C0D;
}
.AnyTagClassName
{
color: #AC4C0D;
}
</style>
background-color css
<style>
a { background-color: #AC4C0D; }
a { background-color: rgb(172,76,13); }
div.DivClassName
{
background-color: #AC4C0D;
}
.BgClassName
{
background-color: #AC4C0D;
}
</style>
border-color css
<style>
span { border-color: #AC4C0D; }
span { border-color: rgb(172,76,13); }
td.TdClassName
{
border-color: #AC4C0D;
}
.TagClassName
{
border-color: #AC4C0D;
}
</style>