Shades of Rust #AC3517
Tints of Rust #AC3517
RGB
CMYK
RGB Variations
Color information
#AC3517 (or 0xAC3517) is known color: Rust. HEX triplet: AC, 35 and 17. RGB value is (172,53,23). Sum of RGB (Red+Green+Blue) = 172+53+23=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3517 is #53CAE8. Grayscale: #555555. Windows color (decimal): -5491433 or 1521068. OLE color: 1521068.
HSL color Cylindrical-coordinate representation of color #AC3517: hue angle of 12.08º 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 #AC3517 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 23 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.33 |
| HSL | 12.08º | 0.76% | 0.38% | - |
| HSV(B) | 12.08º | 0.87% | 0.67% | - |
| XYZ | 18.44 | 11.38 | 2.03 | - |
| YUV | 85.16 | 92.92 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 23 | 0 | 0.69 | 0.87 | 0.33 | 12.08 | 0.76 | 0.38 |
| Hex | AC | 35 | 17 | 0 | 45 | 57 | 21 | C | 4C | 26 |
| Octal | 254 | 65 | 27 | 0 | 105 | 127 | 41 | 14 | 114 | 46 |
| Binary | 10101100 | 110101 | 10111 | 0 | 1000101 | 1010111 | 100001 | 1100 | 1001100 | 100110 |
Color Harmonies of #AC3517
Complementary color
Monochromatic Colors of #AC3517
Black with #AC3517
Text Example
Text Example
White with #AC3517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3517; }
p { color: rgb(172,53,23); }
H1.HeaderClassName
{
color: #AC3517;
}
.AnyTagClassName
{
color: #AC3517;
}
</style>
background-color css
<style>
a { background-color: #AC3517; }
a { background-color: rgb(172,53,23); }
div.DivClassName
{
background-color: #AC3517;
}
.BgClassName
{
background-color: #AC3517;
}
</style>
border-color css
<style>
span { border-color: #AC3517; }
span { border-color: rgb(172,53,23); }
td.TdClassName
{
border-color: #AC3517;
}
.TagClassName
{
border-color: #AC3517;
}
</style>