Shades of Rust #AC4004
Tints of Rust #AC4004
RGB
CMYK
RGB Variations
Color information
#AC4004 (or 0xAC4004) is known color: Rust. HEX triplet: AC, 40 and 04. RGB value is (172,64,4). Sum of RGB (Red+Green+Blue) = 172+64+4=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4004 is #53BFFB. Grayscale: #595959. Windows color (decimal): -5488636 or 278700. OLE color: 278700.
HSL color Cylindrical-coordinate representation of color #AC4004: hue angle of 21.43º 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 #AC4004 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.33 |
| HSL | 21.43º | 0.95% | 0.35% | - |
| HSV(B) | 21.43º | 0.98% | 0.67% | - |
| XYZ | 18.87 | 12.45 | 1.52 | - |
| YUV | 89.45 | 79.78 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 4 | 0 | 0.63 | 0.98 | 0.33 | 21.43 | 0.95 | 0.35 |
| Hex | AC | 40 | 4 | 0 | 3F | 62 | 21 | 15 | 5F | 23 |
| Octal | 254 | 100 | 4 | 0 | 77 | 142 | 41 | 25 | 137 | 43 |
| Binary | 10101100 | 1000000 | 100 | 0 | 111111 | 1100010 | 100001 | 10101 | 1011111 | 100011 |
Color Harmonies of #AC4004
Complementary color
Monochromatic Colors of #AC4004
Black with #AC4004
Text Example
Text Example
White with #AC4004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4004; }
p { color: rgb(172,64,4); }
H1.HeaderClassName
{
color: #AC4004;
}
.AnyTagClassName
{
color: #AC4004;
}
</style>
background-color css
<style>
a { background-color: #AC4004; }
a { background-color: rgb(172,64,4); }
div.DivClassName
{
background-color: #AC4004;
}
.BgClassName
{
background-color: #AC4004;
}
</style>
border-color css
<style>
span { border-color: #AC4004; }
span { border-color: rgb(172,64,4); }
td.TdClassName
{
border-color: #AC4004;
}
.TagClassName
{
border-color: #AC4004;
}
</style>