Shades of Rust #AC2C10
Tints of Rust #AC2C10
RGB
CMYK
RGB Variations
Color information
#AC2C10 (or 0xAC2C10) is known color: Rust. HEX triplet: AC, 2C and 10. RGB value is (172,44,16). Sum of RGB (Red+Green+Blue) = 172+44+16=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2C10 is #53D3EF. Grayscale: #4F4F4F. Windows color (decimal): -5493744 or 1060012. OLE color: 1060012.
HSL color Cylindrical-coordinate representation of color #AC2C10: hue angle of 10.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC2C10 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 44 | 16 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.33 |
| HSL | 10.77º | 0.83% | 0.37% | - |
| HSV(B) | 10.77º | 0.91% | 0.67% | - |
| XYZ | 18.01 | 10.61 | 1.59 | - |
| YUV | 79.08 | 92.41 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 44 | 16 | 0 | 0.74 | 0.91 | 0.33 | 10.77 | 0.83 | 0.37 |
| Hex | AC | 2C | 10 | 0 | 4A | 5B | 21 | B | 53 | 25 |
| Octal | 254 | 54 | 20 | 0 | 112 | 133 | 41 | 13 | 123 | 45 |
| Binary | 10101100 | 101100 | 10000 | 0 | 1001010 | 1011011 | 100001 | 1011 | 1010011 | 100101 |
Color Harmonies of #AC2C10
Complementary color
Monochromatic Colors of #AC2C10
Black with #AC2C10
Text Example
Text Example
White with #AC2C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2C10; }
p { color: rgb(172,44,16); }
H1.HeaderClassName
{
color: #AC2C10;
}
.AnyTagClassName
{
color: #AC2C10;
}
</style>
background-color css
<style>
a { background-color: #AC2C10; }
a { background-color: rgb(172,44,16); }
div.DivClassName
{
background-color: #AC2C10;
}
.BgClassName
{
background-color: #AC2C10;
}
</style>
border-color css
<style>
span { border-color: #AC2C10; }
span { border-color: rgb(172,44,16); }
td.TdClassName
{
border-color: #AC2C10;
}
.TagClassName
{
border-color: #AC2C10;
}
</style>