Shades of Carmine #AC0B0F
Tints of Carmine #AC0B0F
RGB
CMYK
RGB Variations
Color information
#AC0B0F (or 0xAC0B0F) is known color: Carmine. HEX triplet: AC, 0B and 0F. RGB value is (172,11,15). Sum of RGB (Red+Green+Blue) = 172+11+15=198 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86.87% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0B0F is #53F4F0. Grayscale: #3B3B3B. Windows color (decimal): -5502193 or 986028. OLE color: 986028.
HSL color Cylindrical-coordinate representation of color #AC0B0F: hue angle of 358.51º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0B0F is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 11 | 15 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.33 |
| HSL | 358.51º | 0.88% | 0.36% | - |
| HSV(B) | 358.51º | 0.94% | 0.67% | - |
| XYZ | 17.22 | 9.04 | 1.29 | - |
| YUV | 59.6 | 102.84 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 15 | 0 | 0.94 | 0.91 | 0.33 | 358.51 | 0.88 | 0.36 |
| Hex | AC | B | F | 0 | 5E | 5B | 21 | 167 | 58 | 24 |
| Octal | 254 | 13 | 17 | 0 | 136 | 133 | 41 | 547 | 130 | 44 |
| Binary | 10101100 | 1011 | 1111 | 0 | 1011110 | 1011011 | 100001 | 101100111 | 1011000 | 100100 |
Color Harmonies of #AC0B0F
Complementary color
Monochromatic Colors of #AC0B0F
Black with #AC0B0F
Text Example
Text Example
White with #AC0B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0B0F; }
p { color: rgb(172,11,15); }
H1.HeaderClassName
{
color: #AC0B0F;
}
.AnyTagClassName
{
color: #AC0B0F;
}
</style>
background-color css
<style>
a { background-color: #AC0B0F; }
a { background-color: rgb(172,11,15); }
div.DivClassName
{
background-color: #AC0B0F;
}
.BgClassName
{
background-color: #AC0B0F;
}
</style>
border-color css
<style>
span { border-color: #AC0B0F; }
span { border-color: rgb(172,11,15); }
td.TdClassName
{
border-color: #AC0B0F;
}
.TagClassName
{
border-color: #AC0B0F;
}
</style>