Shades of Rust #AC5212
Tints of Rust #AC5212
RGB
CMYK
RGB Variations
Color information
#AC5212 (or 0xAC5212) is known color: Rust. HEX triplet: AC, 52 and 12. RGB value is (172,82,18). Sum of RGB (Red+Green+Blue) = 172+82+18=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5212 is #53ADED. Grayscale: #656565. Windows color (decimal): -5484014 or 1200812. OLE color: 1200812.
HSL color Cylindrical-coordinate representation of color #AC5212: hue angle of 24.94º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC5212 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 18 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.33 |
| HSL | 24.94º | 0.81% | 0.37% | - |
| HSV(B) | 24.94º | 0.9% | 0.67% | - |
| XYZ | 20.14 | 14.85 | 2.38 | - |
| YUV | 101.61 | 80.82 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 18 | 0 | 0.52 | 0.90 | 0.33 | 24.94 | 0.81 | 0.37 |
| Hex | AC | 52 | 12 | 0 | 34 | 5A | 21 | 19 | 51 | 25 |
| Octal | 254 | 122 | 22 | 0 | 64 | 132 | 41 | 31 | 121 | 45 |
| Binary | 10101100 | 1010010 | 10010 | 0 | 110100 | 1011010 | 100001 | 11001 | 1010001 | 100101 |
Color Harmonies of #AC5212
Complementary color
Monochromatic Colors of #AC5212
Black with #AC5212
Text Example
Text Example
White with #AC5212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5212; }
p { color: rgb(172,82,18); }
H1.HeaderClassName
{
color: #AC5212;
}
.AnyTagClassName
{
color: #AC5212;
}
</style>
background-color css
<style>
a { background-color: #AC5212; }
a { background-color: rgb(172,82,18); }
div.DivClassName
{
background-color: #AC5212;
}
.BgClassName
{
background-color: #AC5212;
}
</style>
border-color css
<style>
span { border-color: #AC5212; }
span { border-color: rgb(172,82,18); }
td.TdClassName
{
border-color: #AC5212;
}
.TagClassName
{
border-color: #AC5212;
}
</style>