Shades of Rust #AC3913
Tints of Rust #AC3913
RGB
CMYK
RGB Variations
Color information
#AC3913 (or 0xAC3913) is known color: Rust. HEX triplet: AC, 39 and 13. RGB value is (172,57,19). Sum of RGB (Red+Green+Blue) = 172+57+19=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3913 is #53C6EC. Grayscale: #575757. Windows color (decimal): -5490413 or 1259948. OLE color: 1259948.
HSL color Cylindrical-coordinate representation of color #AC3913: hue angle of 14.9º 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 #AC3913 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 19 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.33 |
| HSL | 14.9º | 0.8% | 0.37% | - |
| HSV(B) | 14.9º | 0.89% | 0.67% | - |
| XYZ | 18.59 | 11.74 | 1.9 | - |
| YUV | 87.05 | 89.6 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 19 | 0 | 0.67 | 0.89 | 0.33 | 14.9 | 0.8 | 0.37 |
| Hex | AC | 39 | 13 | 0 | 43 | 59 | 21 | F | 50 | 25 |
| Octal | 254 | 71 | 23 | 0 | 103 | 131 | 41 | 17 | 120 | 45 |
| Binary | 10101100 | 111001 | 10011 | 0 | 1000011 | 1011001 | 100001 | 1111 | 1010000 | 100101 |
Color Harmonies of #AC3913
Complementary color
Monochromatic Colors of #AC3913
Black with #AC3913
Text Example
Text Example
White with #AC3913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3913; }
p { color: rgb(172,57,19); }
H1.HeaderClassName
{
color: #AC3913;
}
.AnyTagClassName
{
color: #AC3913;
}
</style>
background-color css
<style>
a { background-color: #AC3913; }
a { background-color: rgb(172,57,19); }
div.DivClassName
{
background-color: #AC3913;
}
.BgClassName
{
background-color: #AC3913;
}
</style>
border-color css
<style>
span { border-color: #AC3913; }
span { border-color: rgb(172,57,19); }
td.TdClassName
{
border-color: #AC3913;
}
.TagClassName
{
border-color: #AC3913;
}
</style>