Shades of Rust #AC3217
Tints of Rust #AC3217
RGB
CMYK
RGB Variations
Color information
#AC3217 (or 0xAC3217) is known color: Rust. HEX triplet: AC, 32 and 17. RGB value is (172,50,23). Sum of RGB (Red+Green+Blue) = 172+50+23=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3217 is #53CDE8. Grayscale: #535353. Windows color (decimal): -5492201 or 1520300. OLE color: 1520300.
HSL color Cylindrical-coordinate representation of color #AC3217: hue angle of 10.87º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC3217 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 23 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.33 |
| HSL | 10.87º | 0.76% | 0.38% | - |
| HSV(B) | 10.87º | 0.87% | 0.67% | - |
| XYZ | 18.31 | 11.11 | 1.99 | - |
| YUV | 83.4 | 93.92 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 23 | 0 | 0.71 | 0.87 | 0.33 | 10.87 | 0.76 | 0.38 |
| Hex | AC | 32 | 17 | 0 | 47 | 57 | 21 | B | 4C | 26 |
| Octal | 254 | 62 | 27 | 0 | 107 | 127 | 41 | 13 | 114 | 46 |
| Binary | 10101100 | 110010 | 10111 | 0 | 1000111 | 1010111 | 100001 | 1011 | 1001100 | 100110 |
Color Harmonies of #AC3217
Complementary color
Monochromatic Colors of #AC3217
Black with #AC3217
Text Example
Text Example
White with #AC3217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3217; }
p { color: rgb(172,50,23); }
H1.HeaderClassName
{
color: #AC3217;
}
.AnyTagClassName
{
color: #AC3217;
}
</style>
background-color css
<style>
a { background-color: #AC3217; }
a { background-color: rgb(172,50,23); }
div.DivClassName
{
background-color: #AC3217;
}
.BgClassName
{
background-color: #AC3217;
}
</style>
border-color css
<style>
span { border-color: #AC3217; }
span { border-color: rgb(172,50,23); }
td.TdClassName
{
border-color: #AC3217;
}
.TagClassName
{
border-color: #AC3217;
}
</style>