Shades of Carmine #AC0A0F
Tints of Carmine #AC0A0F
RGB
CMYK
RGB Variations
Color information
#AC0A0F (or 0xAC0A0F) is known color: Carmine. HEX triplet: AC, 0A and 0F. RGB value is (172,10,15). Sum of RGB (Red+Green+Blue) = 172+10+15=197 (26% of max value = 765). Red value is 172 (67.58% from 255 or 87.31% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0A0F is #53F5F0. Grayscale: #3B3B3B. Windows color (decimal): -5502449 or 985772. OLE color: 985772.
HSL color Cylindrical-coordinate representation of color #AC0A0F: hue angle of 358.15º degrees, saturation: 0.89, 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 #AC0A0F is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 15 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.33 |
| HSL | 358.15º | 0.89% | 0.36% | - |
| HSV(B) | 358.15º | 0.94% | 0.67% | - |
| XYZ | 17.21 | 9.02 | 1.29 | - |
| YUV | 59.01 | 103.17 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 15 | 0 | 0.94 | 0.91 | 0.33 | 358.15 | 0.89 | 0.36 |
| Hex | AC | A | F | 0 | 5E | 5B | 21 | 166 | 59 | 24 |
| Octal | 254 | 12 | 17 | 0 | 136 | 133 | 41 | 546 | 131 | 44 |
| Binary | 10101100 | 1010 | 1111 | 0 | 1011110 | 1011011 | 100001 | 101100110 | 1011001 | 100100 |
Color Harmonies of #AC0A0F
Complementary color
Monochromatic Colors of #AC0A0F
Black with #AC0A0F
Text Example
Text Example
White with #AC0A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A0F; }
p { color: rgb(172,10,15); }
H1.HeaderClassName
{
color: #AC0A0F;
}
.AnyTagClassName
{
color: #AC0A0F;
}
</style>
background-color css
<style>
a { background-color: #AC0A0F; }
a { background-color: rgb(172,10,15); }
div.DivClassName
{
background-color: #AC0A0F;
}
.BgClassName
{
background-color: #AC0A0F;
}
</style>
border-color css
<style>
span { border-color: #AC0A0F; }
span { border-color: rgb(172,10,15); }
td.TdClassName
{
border-color: #AC0A0F;
}
.TagClassName
{
border-color: #AC0A0F;
}
</style>