Shades of Rust #AC4713
Tints of Rust #AC4713
RGB
CMYK
RGB Variations
Color information
#AC4713 (or 0xAC4713) is known color: Rust. HEX triplet: AC, 47 and 13. RGB value is (172,71,19). Sum of RGB (Red+Green+Blue) = 172+71+19=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4713 is #53B8EC. Grayscale: #5F5F5F. Windows color (decimal): -5486829 or 1263532. OLE color: 1263532.
HSL color Cylindrical-coordinate representation of color #AC4713: hue angle of 20.39º 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 #AC4713 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 19 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.33 |
| HSL | 20.39º | 0.8% | 0.37% | - |
| HSV(B) | 20.39º | 0.89% | 0.67% | - |
| XYZ | 19.38 | 13.32 | 2.17 | - |
| YUV | 95.27 | 84.96 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 19 | 0 | 0.59 | 0.89 | 0.33 | 20.39 | 0.8 | 0.37 |
| Hex | AC | 47 | 13 | 0 | 3B | 59 | 21 | 14 | 50 | 25 |
| Octal | 254 | 107 | 23 | 0 | 73 | 131 | 41 | 24 | 120 | 45 |
| Binary | 10101100 | 1000111 | 10011 | 0 | 111011 | 1011001 | 100001 | 10100 | 1010000 | 100101 |
Color Harmonies of #AC4713
Complementary color
Monochromatic Colors of #AC4713
Black with #AC4713
Text Example
Text Example
White with #AC4713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4713; }
p { color: rgb(172,71,19); }
H1.HeaderClassName
{
color: #AC4713;
}
.AnyTagClassName
{
color: #AC4713;
}
</style>
background-color css
<style>
a { background-color: #AC4713; }
a { background-color: rgb(172,71,19); }
div.DivClassName
{
background-color: #AC4713;
}
.BgClassName
{
background-color: #AC4713;
}
</style>
border-color css
<style>
span { border-color: #AC4713; }
span { border-color: rgb(172,71,19); }
td.TdClassName
{
border-color: #AC4713;
}
.TagClassName
{
border-color: #AC4713;
}
</style>