Shades of Rust #AC3215
Tints of Rust #AC3215
RGB
CMYK
RGB Variations
Color information
#AC3215 (or 0xAC3215) is known color: Rust. HEX triplet: AC, 32 and 15. RGB value is (172,50,21). Sum of RGB (Red+Green+Blue) = 172+50+21=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3215 is #53CDEA. Grayscale: #535353. Windows color (decimal): -5492203 or 1389228. OLE color: 1389228.
HSL color Cylindrical-coordinate representation of color #AC3215: hue angle of 11.52º degrees, saturation: 0.78, 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 #AC3215 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 21 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.33 |
| HSL | 11.52º | 0.78% | 0.38% | - |
| HSV(B) | 11.52º | 0.88% | 0.67% | - |
| XYZ | 18.29 | 11.11 | 1.89 | - |
| YUV | 83.17 | 92.92 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 21 | 0 | 0.71 | 0.88 | 0.33 | 11.52 | 0.78 | 0.38 |
| Hex | AC | 32 | 15 | 0 | 47 | 58 | 21 | C | 4E | 26 |
| Octal | 254 | 62 | 25 | 0 | 107 | 130 | 41 | 14 | 116 | 46 |
| Binary | 10101100 | 110010 | 10101 | 0 | 1000111 | 1011000 | 100001 | 1100 | 1001110 | 100110 |
Color Harmonies of #AC3215
Complementary color
Monochromatic Colors of #AC3215
Black with #AC3215
Text Example
Text Example
White with #AC3215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3215; }
p { color: rgb(172,50,21); }
H1.HeaderClassName
{
color: #AC3215;
}
.AnyTagClassName
{
color: #AC3215;
}
</style>
background-color css
<style>
a { background-color: #AC3215; }
a { background-color: rgb(172,50,21); }
div.DivClassName
{
background-color: #AC3215;
}
.BgClassName
{
background-color: #AC3215;
}
</style>
border-color css
<style>
span { border-color: #AC3215; }
span { border-color: rgb(172,50,21); }
td.TdClassName
{
border-color: #AC3215;
}
.TagClassName
{
border-color: #AC3215;
}
</style>