Shades of Rust #AC4B0D
Tints of Rust #AC4B0D
RGB
CMYK
RGB Variations
Color information
#AC4B0D (or 0xAC4B0D) is known color: Rust. HEX triplet: AC, 4B and 0D. RGB value is (172,75,13). Sum of RGB (Red+Green+Blue) = 172+75+13=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4B0D is #53B4F2. Grayscale: #616161. Windows color (decimal): -5485811 or 871340. OLE color: 871340.
HSL color Cylindrical-coordinate representation of color #AC4B0D: hue angle of 23.4º 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 #AC4B0D is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 75 | 13 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.33 |
| HSL | 23.4º | 0.86% | 0.36% | - |
| HSV(B) | 23.4º | 0.92% | 0.67% | - |
| XYZ | 19.6 | 13.83 | 2.02 | - |
| YUV | 96.94 | 80.64 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 13 | 0 | 0.56 | 0.92 | 0.33 | 23.4 | 0.86 | 0.36 |
| Hex | AC | 4B | D | 0 | 38 | 5C | 21 | 17 | 56 | 24 |
| Octal | 254 | 113 | 15 | 0 | 70 | 134 | 41 | 27 | 126 | 44 |
| Binary | 10101100 | 1001011 | 1101 | 0 | 111000 | 1011100 | 100001 | 10111 | 1010110 | 100100 |
Color Harmonies of #AC4B0D
Complementary color
Monochromatic Colors of #AC4B0D
Black with #AC4B0D
Text Example
Text Example
White with #AC4B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4B0D; }
p { color: rgb(172,75,13); }
H1.HeaderClassName
{
color: #AC4B0D;
}
.AnyTagClassName
{
color: #AC4B0D;
}
</style>
background-color css
<style>
a { background-color: #AC4B0D; }
a { background-color: rgb(172,75,13); }
div.DivClassName
{
background-color: #AC4B0D;
}
.BgClassName
{
background-color: #AC4B0D;
}
</style>
border-color css
<style>
span { border-color: #AC4B0D; }
span { border-color: rgb(172,75,13); }
td.TdClassName
{
border-color: #AC4B0D;
}
.TagClassName
{
border-color: #AC4B0D;
}
</style>