Shades of Rust #AC4913
Tints of Rust #AC4913
RGB
CMYK
RGB Variations
Color information
#AC4913 (or 0xAC4913) is known color: Rust. HEX triplet: AC, 49 and 13. RGB value is (172,73,19). Sum of RGB (Red+Green+Blue) = 172+73+19=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4913 is #53B6EC. Grayscale: #606060. Windows color (decimal): -5486317 or 1264044. OLE color: 1264044.
HSL color Cylindrical-coordinate representation of color #AC4913: hue angle of 21.18º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC4913 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 19 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.33 |
| HSL | 21.18º | 0.8% | 0.37% | - |
| HSV(B) | 21.18º | 0.89% | 0.67% | - |
| XYZ | 19.51 | 13.58 | 2.21 | - |
| YUV | 96.45 | 84.3 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 19 | 0 | 0.58 | 0.89 | 0.33 | 21.18 | 0.8 | 0.37 |
| Hex | AC | 49 | 13 | 0 | 3A | 59 | 21 | 15 | 50 | 25 |
| Octal | 254 | 111 | 23 | 0 | 72 | 131 | 41 | 25 | 120 | 45 |
| Binary | 10101100 | 1001001 | 10011 | 0 | 111010 | 1011001 | 100001 | 10101 | 1010000 | 100101 |
Color Harmonies of #AC4913
Complementary color
Monochromatic Colors of #AC4913
Black with #AC4913
Text Example
Text Example
White with #AC4913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4913; }
p { color: rgb(172,73,19); }
H1.HeaderClassName
{
color: #AC4913;
}
.AnyTagClassName
{
color: #AC4913;
}
</style>
background-color css
<style>
a { background-color: #AC4913; }
a { background-color: rgb(172,73,19); }
div.DivClassName
{
background-color: #AC4913;
}
.BgClassName
{
background-color: #AC4913;
}
</style>
border-color css
<style>
span { border-color: #AC4913; }
span { border-color: rgb(172,73,19); }
td.TdClassName
{
border-color: #AC4913;
}
.TagClassName
{
border-color: #AC4913;
}
</style>