Shades of Rust #AC3713
Tints of Rust #AC3713
RGB
CMYK
RGB Variations
Color information
#AC3713 (or 0xAC3713) is known color: Rust. HEX triplet: AC, 37 and 13. RGB value is (172,55,19). Sum of RGB (Red+Green+Blue) = 172+55+19=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3713 is #53C8EC. Grayscale: #565656. Windows color (decimal): -5490925 or 1259436. OLE color: 1259436.
HSL color Cylindrical-coordinate representation of color #AC3713: hue angle of 14.12º 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 #AC3713 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 19 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.33 |
| HSL | 14.12º | 0.8% | 0.37% | - |
| HSV(B) | 14.12º | 0.89% | 0.67% | - |
| XYZ | 18.5 | 11.55 | 1.87 | - |
| YUV | 85.88 | 90.26 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 19 | 0 | 0.68 | 0.89 | 0.33 | 14.12 | 0.8 | 0.37 |
| Hex | AC | 37 | 13 | 0 | 44 | 59 | 21 | E | 50 | 25 |
| Octal | 254 | 67 | 23 | 0 | 104 | 131 | 41 | 16 | 120 | 45 |
| Binary | 10101100 | 110111 | 10011 | 0 | 1000100 | 1011001 | 100001 | 1110 | 1010000 | 100101 |
Color Harmonies of #AC3713
Complementary color
Monochromatic Colors of #AC3713
Black with #AC3713
Text Example
Text Example
White with #AC3713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3713; }
p { color: rgb(172,55,19); }
H1.HeaderClassName
{
color: #AC3713;
}
.AnyTagClassName
{
color: #AC3713;
}
</style>
background-color css
<style>
a { background-color: #AC3713; }
a { background-color: rgb(172,55,19); }
div.DivClassName
{
background-color: #AC3713;
}
.BgClassName
{
background-color: #AC3713;
}
</style>
border-color css
<style>
span { border-color: #AC3713; }
span { border-color: rgb(172,55,19); }
td.TdClassName
{
border-color: #AC3713;
}
.TagClassName
{
border-color: #AC3713;
}
</style>