Shades of Rust #AC490E
Tints of Rust #AC490E
RGB
CMYK
RGB Variations
Color information
#AC490E (or 0xAC490E) is known color: Rust. HEX triplet: AC, 49 and 0E. RGB value is (172,73,14). Sum of RGB (Red+Green+Blue) = 172+73+14=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC490E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC490E is #53B6F1. Grayscale: #606060. Windows color (decimal): -5486322 or 936364. OLE color: 936364.
HSL color Cylindrical-coordinate representation of color #AC490E: hue angle of 22.41º degrees, saturation: 0.85, 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 #AC490E is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 14 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.33 |
| HSL | 22.41º | 0.85% | 0.36% | - |
| HSV(B) | 22.41º | 0.92% | 0.67% | - |
| XYZ | 19.48 | 13.57 | 2.01 | - |
| YUV | 95.88 | 81.8 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 14 | 0 | 0.58 | 0.92 | 0.33 | 22.41 | 0.85 | 0.36 |
| Hex | AC | 49 | E | 0 | 3A | 5C | 21 | 16 | 55 | 24 |
| Octal | 254 | 111 | 16 | 0 | 72 | 134 | 41 | 26 | 125 | 44 |
| Binary | 10101100 | 1001001 | 1110 | 0 | 111010 | 1011100 | 100001 | 10110 | 1010101 | 100100 |
Color Harmonies of #AC490E
Complementary color
Monochromatic Colors of #AC490E
Black with #AC490E
Text Example
Text Example
White with #AC490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC490E; }
p { color: rgb(172,73,14); }
H1.HeaderClassName
{
color: #AC490E;
}
.AnyTagClassName
{
color: #AC490E;
}
</style>
background-color css
<style>
a { background-color: #AC490E; }
a { background-color: rgb(172,73,14); }
div.DivClassName
{
background-color: #AC490E;
}
.BgClassName
{
background-color: #AC490E;
}
</style>
border-color css
<style>
span { border-color: #AC490E; }
span { border-color: rgb(172,73,14); }
td.TdClassName
{
border-color: #AC490E;
}
.TagClassName
{
border-color: #AC490E;
}
</style>