Shades of Rust #AC2F11
Tints of Rust #AC2F11
RGB
CMYK
RGB Variations
Color information
#AC2F11 (or 0xAC2F11) is known color: Rust. HEX triplet: AC, 2F and 11. RGB value is (172,47,17). Sum of RGB (Red+Green+Blue) = 172+47+17=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2F11 is #53D0EE. Grayscale: #515151. Windows color (decimal): -5492975 or 1126316. OLE color: 1126316.
HSL color Cylindrical-coordinate representation of color #AC2F11: hue angle of 11.61º degrees, saturation: 0.82, 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 #AC2F11 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 47 | 17 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.33 |
| HSL | 11.61º | 0.82% | 0.37% | - |
| HSV(B) | 11.61º | 0.9% | 0.67% | - |
| XYZ | 18.13 | 10.84 | 1.67 | - |
| YUV | 80.96 | 91.91 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 17 | 0 | 0.73 | 0.90 | 0.33 | 11.61 | 0.82 | 0.37 |
| Hex | AC | 2F | 11 | 0 | 49 | 5A | 21 | C | 52 | 25 |
| Octal | 254 | 57 | 21 | 0 | 111 | 132 | 41 | 14 | 122 | 45 |
| Binary | 10101100 | 101111 | 10001 | 0 | 1001001 | 1011010 | 100001 | 1100 | 1010010 | 100101 |
Color Harmonies of #AC2F11
Complementary color
Monochromatic Colors of #AC2F11
Black with #AC2F11
Text Example
Text Example
White with #AC2F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2F11; }
p { color: rgb(172,47,17); }
H1.HeaderClassName
{
color: #AC2F11;
}
.AnyTagClassName
{
color: #AC2F11;
}
</style>
background-color css
<style>
a { background-color: #AC2F11; }
a { background-color: rgb(172,47,17); }
div.DivClassName
{
background-color: #AC2F11;
}
.BgClassName
{
background-color: #AC2F11;
}
</style>
border-color css
<style>
span { border-color: #AC2F11; }
span { border-color: rgb(172,47,17); }
td.TdClassName
{
border-color: #AC2F11;
}
.TagClassName
{
border-color: #AC2F11;
}
</style>