Shades of Rust #AC3914
Tints of Rust #AC3914
RGB
CMYK
RGB Variations
Color information
#AC3914 (or 0xAC3914) is known color: Rust. HEX triplet: AC, 39 and 14. RGB value is (172,57,20). Sum of RGB (Red+Green+Blue) = 172+57+20=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3914 is #53C6EB. Grayscale: #575757. Windows color (decimal): -5490412 or 1325484. OLE color: 1325484.
HSL color Cylindrical-coordinate representation of color #AC3914: hue angle of 14.61º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC3914 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 20 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.33 |
| HSL | 14.61º | 0.79% | 0.38% | - |
| HSV(B) | 14.61º | 0.88% | 0.67% | - |
| XYZ | 18.6 | 11.75 | 1.95 | - |
| YUV | 87.17 | 90.1 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 20 | 0 | 0.67 | 0.88 | 0.33 | 14.61 | 0.79 | 0.38 |
| Hex | AC | 39 | 14 | 0 | 43 | 58 | 21 | F | 4F | 26 |
| Octal | 254 | 71 | 24 | 0 | 103 | 130 | 41 | 17 | 117 | 46 |
| Binary | 10101100 | 111001 | 10100 | 0 | 1000011 | 1011000 | 100001 | 1111 | 1001111 | 100110 |
Color Harmonies of #AC3914
Complementary color
Monochromatic Colors of #AC3914
Black with #AC3914
Text Example
Text Example
White with #AC3914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3914; }
p { color: rgb(172,57,20); }
H1.HeaderClassName
{
color: #AC3914;
}
.AnyTagClassName
{
color: #AC3914;
}
</style>
background-color css
<style>
a { background-color: #AC3914; }
a { background-color: rgb(172,57,20); }
div.DivClassName
{
background-color: #AC3914;
}
.BgClassName
{
background-color: #AC3914;
}
</style>
border-color css
<style>
span { border-color: #AC3914; }
span { border-color: rgb(172,57,20); }
td.TdClassName
{
border-color: #AC3914;
}
.TagClassName
{
border-color: #AC3914;
}
</style>