Shades of Rust #AC3310
Tints of Rust #AC3310
RGB
CMYK
RGB Variations
Color information
#AC3310 (or 0xAC3310) is known color: Rust. HEX triplet: AC, 33 and 10. RGB value is (172,51,16). Sum of RGB (Red+Green+Blue) = 172+51+16=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3310 is #53CCEF. Grayscale: #535353. Windows color (decimal): -5491952 or 1061804. OLE color: 1061804.
HSL color Cylindrical-coordinate representation of color #AC3310: hue angle of 13.46º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC3310 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 16 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.33 |
| HSL | 13.46º | 0.83% | 0.37% | - |
| HSV(B) | 13.46º | 0.91% | 0.67% | - |
| XYZ | 18.29 | 11.18 | 1.68 | - |
| YUV | 83.19 | 90.09 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 16 | 0 | 0.70 | 0.91 | 0.33 | 13.46 | 0.83 | 0.37 |
| Hex | AC | 33 | 10 | 0 | 46 | 5B | 21 | D | 53 | 25 |
| Octal | 254 | 63 | 20 | 0 | 106 | 133 | 41 | 15 | 123 | 45 |
| Binary | 10101100 | 110011 | 10000 | 0 | 1000110 | 1011011 | 100001 | 1101 | 1010011 | 100101 |
Color Harmonies of #AC3310
Complementary color
Monochromatic Colors of #AC3310
Black with #AC3310
Text Example
Text Example
White with #AC3310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3310; }
p { color: rgb(172,51,16); }
H1.HeaderClassName
{
color: #AC3310;
}
.AnyTagClassName
{
color: #AC3310;
}
</style>
background-color css
<style>
a { background-color: #AC3310; }
a { background-color: rgb(172,51,16); }
div.DivClassName
{
background-color: #AC3310;
}
.BgClassName
{
background-color: #AC3310;
}
</style>
border-color css
<style>
span { border-color: #AC3310; }
span { border-color: rgb(172,51,16); }
td.TdClassName
{
border-color: #AC3310;
}
.TagClassName
{
border-color: #AC3310;
}
</style>