Shades of Rust #AC3512
Tints of Rust #AC3512
RGB
CMYK
RGB Variations
Color information
#AC3512 (or 0xAC3512) is known color: Rust. HEX triplet: AC, 35 and 12. RGB value is (172,53,18). Sum of RGB (Red+Green+Blue) = 172+53+18=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3512 is #53CAED. Grayscale: #545454. Windows color (decimal): -5491438 or 1193388. OLE color: 1193388.
HSL color Cylindrical-coordinate representation of color #AC3512: hue angle of 13.64º 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 #AC3512 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 18 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.33 |
| HSL | 13.64º | 0.81% | 0.37% | - |
| HSV(B) | 13.64º | 0.9% | 0.67% | - |
| XYZ | 18.4 | 11.36 | 1.8 | - |
| YUV | 84.59 | 90.42 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 18 | 0 | 0.69 | 0.90 | 0.33 | 13.64 | 0.81 | 0.37 |
| Hex | AC | 35 | 12 | 0 | 45 | 5A | 21 | E | 51 | 25 |
| Octal | 254 | 65 | 22 | 0 | 105 | 132 | 41 | 16 | 121 | 45 |
| Binary | 10101100 | 110101 | 10010 | 0 | 1000101 | 1011010 | 100001 | 1110 | 1010001 | 100101 |
Color Harmonies of #AC3512
Complementary color
Monochromatic Colors of #AC3512
Black with #AC3512
Text Example
Text Example
White with #AC3512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3512; }
p { color: rgb(172,53,18); }
H1.HeaderClassName
{
color: #AC3512;
}
.AnyTagClassName
{
color: #AC3512;
}
</style>
background-color css
<style>
a { background-color: #AC3512; }
a { background-color: rgb(172,53,18); }
div.DivClassName
{
background-color: #AC3512;
}
.BgClassName
{
background-color: #AC3512;
}
</style>
border-color css
<style>
span { border-color: #AC3512; }
span { border-color: rgb(172,53,18); }
td.TdClassName
{
border-color: #AC3512;
}
.TagClassName
{
border-color: #AC3512;
}
</style>