Shades of Rust #AC3213
Tints of Rust #AC3213
RGB
CMYK
RGB Variations
Color information
#AC3213 (or 0xAC3213) is known color: Rust. HEX triplet: AC, 32 and 13. RGB value is (172,50,19). Sum of RGB (Red+Green+Blue) = 172+50+19=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3213 is #53CDEC. Grayscale: #535353. Windows color (decimal): -5492205 or 1258156. OLE color: 1258156.
HSL color Cylindrical-coordinate representation of color #AC3213: hue angle of 12.16º 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 #AC3213 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 19 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.33 |
| HSL | 12.16º | 0.8% | 0.37% | - |
| HSV(B) | 12.16º | 0.89% | 0.67% | - |
| XYZ | 18.27 | 11.1 | 1.8 | - |
| YUV | 82.94 | 91.92 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 19 | 0 | 0.71 | 0.89 | 0.33 | 12.16 | 0.8 | 0.37 |
| Hex | AC | 32 | 13 | 0 | 47 | 59 | 21 | C | 50 | 25 |
| Octal | 254 | 62 | 23 | 0 | 107 | 131 | 41 | 14 | 120 | 45 |
| Binary | 10101100 | 110010 | 10011 | 0 | 1000111 | 1011001 | 100001 | 1100 | 1010000 | 100101 |
Color Harmonies of #AC3213
Complementary color
Monochromatic Colors of #AC3213
Black with #AC3213
Text Example
Text Example
White with #AC3213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3213; }
p { color: rgb(172,50,19); }
H1.HeaderClassName
{
color: #AC3213;
}
.AnyTagClassName
{
color: #AC3213;
}
</style>
background-color css
<style>
a { background-color: #AC3213; }
a { background-color: rgb(172,50,19); }
div.DivClassName
{
background-color: #AC3213;
}
.BgClassName
{
background-color: #AC3213;
}
</style>
border-color css
<style>
span { border-color: #AC3213; }
span { border-color: rgb(172,50,19); }
td.TdClassName
{
border-color: #AC3213;
}
.TagClassName
{
border-color: #AC3213;
}
</style>