Shades of Rust #AC2D11
Tints of Rust #AC2D11
RGB
CMYK
RGB Variations
Color information
#AC2D11 (or 0xAC2D11) is known color: Rust. HEX triplet: AC, 2D and 11. RGB value is (172,45,17). Sum of RGB (Red+Green+Blue) = 172+45+17=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2D11 is #53D2EE. Grayscale: #505050. Windows color (decimal): -5493487 or 1125804. OLE color: 1125804.
HSL color Cylindrical-coordinate representation of color #AC2D11: hue angle of 10.84º 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 #AC2D11 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 45 | 17 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.33 |
| HSL | 10.84º | 0.82% | 0.37% | - |
| HSV(B) | 10.84º | 0.9% | 0.67% | - |
| XYZ | 18.05 | 10.69 | 1.64 | - |
| YUV | 79.78 | 92.58 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 17 | 0 | 0.74 | 0.90 | 0.33 | 10.84 | 0.82 | 0.37 |
| Hex | AC | 2D | 11 | 0 | 4A | 5A | 21 | B | 52 | 25 |
| Octal | 254 | 55 | 21 | 0 | 112 | 132 | 41 | 13 | 122 | 45 |
| Binary | 10101100 | 101101 | 10001 | 0 | 1001010 | 1011010 | 100001 | 1011 | 1010010 | 100101 |
Color Harmonies of #AC2D11
Complementary color
Monochromatic Colors of #AC2D11
Black with #AC2D11
Text Example
Text Example
White with #AC2D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2D11; }
p { color: rgb(172,45,17); }
H1.HeaderClassName
{
color: #AC2D11;
}
.AnyTagClassName
{
color: #AC2D11;
}
</style>
background-color css
<style>
a { background-color: #AC2D11; }
a { background-color: rgb(172,45,17); }
div.DivClassName
{
background-color: #AC2D11;
}
.BgClassName
{
background-color: #AC2D11;
}
</style>
border-color css
<style>
span { border-color: #AC2D11; }
span { border-color: rgb(172,45,17); }
td.TdClassName
{
border-color: #AC2D11;
}
.TagClassName
{
border-color: #AC2D11;
}
</style>