Shades of Rust #AC490C
Tints of Rust #AC490C
RGB
CMYK
RGB Variations
Color information
#AC490C (or 0xAC490C) is known color: Rust. HEX triplet: AC, 49 and 0C. RGB value is (172,73,12). Sum of RGB (Red+Green+Blue) = 172+73+12=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC490C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC490C is #53B6F3. Grayscale: #5F5F5F. Windows color (decimal): -5486324 or 805292. OLE color: 805292.
HSL color Cylindrical-coordinate representation of color #AC490C: hue angle of 22.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC490C is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 12 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.33 |
| HSL | 22.88º | 0.87% | 0.36% | - |
| HSV(B) | 22.88º | 0.93% | 0.67% | - |
| XYZ | 19.46 | 13.56 | 1.94 | - |
| YUV | 95.65 | 80.8 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 12 | 0 | 0.58 | 0.93 | 0.33 | 22.88 | 0.87 | 0.36 |
| Hex | AC | 49 | C | 0 | 3A | 5D | 21 | 17 | 57 | 24 |
| Octal | 254 | 111 | 14 | 0 | 72 | 135 | 41 | 27 | 127 | 44 |
| Binary | 10101100 | 1001001 | 1100 | 0 | 111010 | 1011101 | 100001 | 10111 | 1010111 | 100100 |
Color Harmonies of #AC490C
Complementary color
Monochromatic Colors of #AC490C
Black with #AC490C
Text Example
Text Example
White with #AC490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC490C; }
p { color: rgb(172,73,12); }
H1.HeaderClassName
{
color: #AC490C;
}
.AnyTagClassName
{
color: #AC490C;
}
</style>
background-color css
<style>
a { background-color: #AC490C; }
a { background-color: rgb(172,73,12); }
div.DivClassName
{
background-color: #AC490C;
}
.BgClassName
{
background-color: #AC490C;
}
</style>
border-color css
<style>
span { border-color: #AC490C; }
span { border-color: rgb(172,73,12); }
td.TdClassName
{
border-color: #AC490C;
}
.TagClassName
{
border-color: #AC490C;
}
</style>