Shades of Rust #AC3511
Tints of Rust #AC3511
RGB
CMYK
RGB Variations
Color information
#AC3511 (or 0xAC3511) is known color: Rust. HEX triplet: AC, 35 and 11. RGB value is (172,53,17). Sum of RGB (Red+Green+Blue) = 172+53+17=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3511 is #53CAEE. Grayscale: #545454. Windows color (decimal): -5491439 or 1127852. OLE color: 1127852.
HSL color Cylindrical-coordinate representation of color #AC3511: hue angle of 13.94º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC3511 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 17 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.33 |
| HSL | 13.94º | 0.82% | 0.37% | - |
| HSV(B) | 13.94º | 0.9% | 0.67% | - |
| XYZ | 18.39 | 11.36 | 1.75 | - |
| YUV | 84.48 | 89.92 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 17 | 0 | 0.69 | 0.90 | 0.33 | 13.94 | 0.82 | 0.37 |
| Hex | AC | 35 | 11 | 0 | 45 | 5A | 21 | E | 52 | 25 |
| Octal | 254 | 65 | 21 | 0 | 105 | 132 | 41 | 16 | 122 | 45 |
| Binary | 10101100 | 110101 | 10001 | 0 | 1000101 | 1011010 | 100001 | 1110 | 1010010 | 100101 |
Color Harmonies of #AC3511
Complementary color
Monochromatic Colors of #AC3511
Black with #AC3511
Text Example
Text Example
White with #AC3511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3511; }
p { color: rgb(172,53,17); }
H1.HeaderClassName
{
color: #AC3511;
}
.AnyTagClassName
{
color: #AC3511;
}
</style>
background-color css
<style>
a { background-color: #AC3511; }
a { background-color: rgb(172,53,17); }
div.DivClassName
{
background-color: #AC3511;
}
.BgClassName
{
background-color: #AC3511;
}
</style>
border-color css
<style>
span { border-color: #AC3511; }
span { border-color: rgb(172,53,17); }
td.TdClassName
{
border-color: #AC3511;
}
.TagClassName
{
border-color: #AC3511;
}
</style>