Shades of Rust #AC2404
Tints of Rust #AC2404
RGB
CMYK
RGB Variations
Color information
#AC2404 (or 0xAC2404) is known color: Rust. HEX triplet: AC, 24 and 04. RGB value is (172,36,4). Sum of RGB (Red+Green+Blue) = 172+36+4=212 (28% of max value = 765). Red value is 172 (67.58% from 255 or 81.13% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2404 is #53DBFB. Grayscale: #494949. Windows color (decimal): -5495804 or 271532. OLE color: 271532.
HSL color Cylindrical-coordinate representation of color #AC2404: hue angle of 11.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 #AC2404 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.33 |
| HSL | 11.43º | 0.95% | 0.35% | - |
| HSV(B) | 11.43º | 0.98% | 0.67% | - |
| XYZ | 17.67 | 10.04 | 1.12 | - |
| YUV | 73.02 | 89.06 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 4 | 0 | 0.79 | 0.98 | 0.33 | 11.43 | 0.95 | 0.35 |
| Hex | AC | 24 | 4 | 0 | 4F | 62 | 21 | B | 5F | 23 |
| Octal | 254 | 44 | 4 | 0 | 117 | 142 | 41 | 13 | 137 | 43 |
| Binary | 10101100 | 100100 | 100 | 0 | 1001111 | 1100010 | 100001 | 1011 | 1011111 | 100011 |
Color Harmonies of #AC2404
Complementary color
Monochromatic Colors of #AC2404
Black with #AC2404
Text Example
Text Example
White with #AC2404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2404; }
p { color: rgb(172,36,4); }
H1.HeaderClassName
{
color: #AC2404;
}
.AnyTagClassName
{
color: #AC2404;
}
</style>
background-color css
<style>
a { background-color: #AC2404; }
a { background-color: rgb(172,36,4); }
div.DivClassName
{
background-color: #AC2404;
}
.BgClassName
{
background-color: #AC2404;
}
</style>
border-color css
<style>
span { border-color: #AC2404; }
span { border-color: rgb(172,36,4); }
td.TdClassName
{
border-color: #AC2404;
}
.TagClassName
{
border-color: #AC2404;
}
</style>