Shades of Rust #AC4404
Tints of Rust #AC4404
RGB
CMYK
RGB Variations
Color information
#AC4404 (or 0xAC4404) is known color: Rust. HEX triplet: AC, 44 and 04. RGB value is (172,68,4). Sum of RGB (Red+Green+Blue) = 172+68+4=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4404 is #53BBFB. Grayscale: #5C5C5C. Windows color (decimal): -5487612 or 279724. OLE color: 279724.
HSL color Cylindrical-coordinate representation of color #AC4404: hue angle of 22.86º 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 #AC4404 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 4 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.33 |
| HSL | 22.86º | 0.95% | 0.35% | - |
| HSV(B) | 22.86º | 0.98% | 0.67% | - |
| XYZ | 19.1 | 12.91 | 1.6 | - |
| YUV | 91.8 | 78.46 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 4 | 0 | 0.60 | 0.98 | 0.33 | 22.86 | 0.95 | 0.35 |
| Hex | AC | 44 | 4 | 0 | 3C | 62 | 21 | 17 | 5F | 23 |
| Octal | 254 | 104 | 4 | 0 | 74 | 142 | 41 | 27 | 137 | 43 |
| Binary | 10101100 | 1000100 | 100 | 0 | 111100 | 1100010 | 100001 | 10111 | 1011111 | 100011 |
Color Harmonies of #AC4404
Complementary color
Monochromatic Colors of #AC4404
Black with #AC4404
Text Example
Text Example
White with #AC4404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4404; }
p { color: rgb(172,68,4); }
H1.HeaderClassName
{
color: #AC4404;
}
.AnyTagClassName
{
color: #AC4404;
}
</style>
background-color css
<style>
a { background-color: #AC4404; }
a { background-color: rgb(172,68,4); }
div.DivClassName
{
background-color: #AC4404;
}
.BgClassName
{
background-color: #AC4404;
}
</style>
border-color css
<style>
span { border-color: #AC4404; }
span { border-color: rgb(172,68,4); }
td.TdClassName
{
border-color: #AC4404;
}
.TagClassName
{
border-color: #AC4404;
}
</style>