Shades of Rust #AC3311
Tints of Rust #AC3311
RGB
CMYK
RGB Variations
Color information
#AC3311 (or 0xAC3311) is known color: Rust. HEX triplet: AC, 33 and 11. RGB value is (172,51,17). Sum of RGB (Red+Green+Blue) = 172+51+17=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3311 is #53CCEE. Grayscale: #535353. Windows color (decimal): -5491951 or 1127340. OLE color: 1127340.
HSL color Cylindrical-coordinate representation of color #AC3311: hue angle of 13.16º 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 #AC3311 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 17 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.33 |
| HSL | 13.16º | 0.82% | 0.37% | - |
| HSV(B) | 13.16º | 0.9% | 0.67% | - |
| XYZ | 18.3 | 11.18 | 1.72 | - |
| YUV | 83.3 | 90.59 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 17 | 0 | 0.70 | 0.90 | 0.33 | 13.16 | 0.82 | 0.37 |
| Hex | AC | 33 | 11 | 0 | 46 | 5A | 21 | D | 52 | 25 |
| Octal | 254 | 63 | 21 | 0 | 106 | 132 | 41 | 15 | 122 | 45 |
| Binary | 10101100 | 110011 | 10001 | 0 | 1000110 | 1011010 | 100001 | 1101 | 1010010 | 100101 |
Color Harmonies of #AC3311
Complementary color
Monochromatic Colors of #AC3311
Black with #AC3311
Text Example
Text Example
White with #AC3311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3311; }
p { color: rgb(172,51,17); }
H1.HeaderClassName
{
color: #AC3311;
}
.AnyTagClassName
{
color: #AC3311;
}
</style>
background-color css
<style>
a { background-color: #AC3311; }
a { background-color: rgb(172,51,17); }
div.DivClassName
{
background-color: #AC3311;
}
.BgClassName
{
background-color: #AC3311;
}
</style>
border-color css
<style>
span { border-color: #AC3311; }
span { border-color: rgb(172,51,17); }
td.TdClassName
{
border-color: #AC3311;
}
.TagClassName
{
border-color: #AC3311;
}
</style>