Shades of Carmine #AC0D12
Tints of Carmine #AC0D12
RGB
CMYK
RGB Variations
Color information
#AC0D12 (or 0xAC0D12) is known color: Carmine. HEX triplet: AC, 0D and 12. RGB value is (172,13,18). Sum of RGB (Red+Green+Blue) = 172+13+18=203 (26% of max value = 765). Red value is 172 (67.58% from 255 or 84.73% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0D12 is #53F2ED. Grayscale: #3D3D3D. Windows color (decimal): -5501678 or 1183148. OLE color: 1183148.
HSL color Cylindrical-coordinate representation of color #AC0D12: hue angle of 358.11º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0D12 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 13 | 18 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.33 |
| HSL | 358.11º | 0.86% | 0.36% | - |
| HSV(B) | 358.11º | 0.92% | 0.67% | - |
| XYZ | 17.27 | 9.1 | 1.42 | - |
| YUV | 61.11 | 103.68 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 18 | 0 | 0.92 | 0.90 | 0.33 | 358.11 | 0.86 | 0.36 |
| Hex | AC | D | 12 | 0 | 5C | 5A | 21 | 166 | 56 | 24 |
| Octal | 254 | 15 | 22 | 0 | 134 | 132 | 41 | 546 | 126 | 44 |
| Binary | 10101100 | 1101 | 10010 | 0 | 1011100 | 1011010 | 100001 | 101100110 | 1010110 | 100100 |
Color Harmonies of #AC0D12
Complementary color
Monochromatic Colors of #AC0D12
Black with #AC0D12
Text Example
Text Example
White with #AC0D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0D12; }
p { color: rgb(172,13,18); }
H1.HeaderClassName
{
color: #AC0D12;
}
.AnyTagClassName
{
color: #AC0D12;
}
</style>
background-color css
<style>
a { background-color: #AC0D12; }
a { background-color: rgb(172,13,18); }
div.DivClassName
{
background-color: #AC0D12;
}
.BgClassName
{
background-color: #AC0D12;
}
</style>
border-color css
<style>
span { border-color: #AC0D12; }
span { border-color: rgb(172,13,18); }
td.TdClassName
{
border-color: #AC0D12;
}
.TagClassName
{
border-color: #AC0D12;
}
</style>