Shades of Rust #AC3513
Tints of Rust #AC3513
RGB
CMYK
RGB Variations
Color information
#AC3513 (or 0xAC3513) is known color: Rust. HEX triplet: AC, 35 and 13. RGB value is (172,53,19). Sum of RGB (Red+Green+Blue) = 172+53+19=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3513 is #53CAEC. Grayscale: #545454. Windows color (decimal): -5491437 or 1258924. OLE color: 1258924.
HSL color Cylindrical-coordinate representation of color #AC3513: hue angle of 13.33º 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 #AC3513 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 19 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.33 |
| HSL | 13.33º | 0.8% | 0.37% | - |
| HSV(B) | 13.33º | 0.89% | 0.67% | - |
| XYZ | 18.4 | 11.36 | 1.84 | - |
| YUV | 84.71 | 90.92 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 19 | 0 | 0.69 | 0.89 | 0.33 | 13.33 | 0.8 | 0.37 |
| Hex | AC | 35 | 13 | 0 | 45 | 59 | 21 | D | 50 | 25 |
| Octal | 254 | 65 | 23 | 0 | 105 | 131 | 41 | 15 | 120 | 45 |
| Binary | 10101100 | 110101 | 10011 | 0 | 1000101 | 1011001 | 100001 | 1101 | 1010000 | 100101 |
Color Harmonies of #AC3513
Complementary color
Monochromatic Colors of #AC3513
Black with #AC3513
Text Example
Text Example
White with #AC3513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3513; }
p { color: rgb(172,53,19); }
H1.HeaderClassName
{
color: #AC3513;
}
.AnyTagClassName
{
color: #AC3513;
}
</style>
background-color css
<style>
a { background-color: #AC3513; }
a { background-color: rgb(172,53,19); }
div.DivClassName
{
background-color: #AC3513;
}
.BgClassName
{
background-color: #AC3513;
}
</style>
border-color css
<style>
span { border-color: #AC3513; }
span { border-color: rgb(172,53,19); }
td.TdClassName
{
border-color: #AC3513;
}
.TagClassName
{
border-color: #AC3513;
}
</style>