Shades of Carmine #8C0C17
Tints of Carmine #8C0C17
RGB
CMYK
RGB Variations
Color information
#8C0C17 (or 0x8C0C17) is known color: Carmine. HEX triplet: 8C, 0C and 17. RGB value is (140,12,23). Sum of RGB (Red+Green+Blue) = 140+12+23=175 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0C17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0C17 is #73F3E8. Grayscale: #333333. Windows color (decimal): -7599081 or 1510540. OLE color: 1510540.
HSL color Cylindrical-coordinate representation of color #8C0C17: hue angle of 354.84º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0C17 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 12 | 23 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.45 |
| HSL | 354.84º | 0.84% | 0.3% | - |
| HSV(B) | 354.84º | 0.91% | 0.55% | - |
| XYZ | 11.1 | 5.9 | 1.36 | - |
| YUV | 51.53 | 111.91 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 12 | 23 | 0 | 0.91 | 0.84 | 0.45 | 354.84 | 0.84 | 0.3 |
| Hex | 8C | C | 17 | 0 | 5B | 54 | 2D | 163 | 54 | 1E |
| Octal | 214 | 14 | 27 | 0 | 133 | 124 | 55 | 543 | 124 | 36 |
| Binary | 10001100 | 1100 | 10111 | 0 | 1011011 | 1010100 | 101101 | 101100011 | 1010100 | 11110 |
Color Harmonies of #8C0C17
Complementary color
Monochromatic Colors of #8C0C17
Black with #8C0C17
Text Example
Text Example
White with #8C0C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0C17; }
p { color: rgb(140,12,23); }
H1.HeaderClassName
{
color: #8C0C17;
}
.AnyTagClassName
{
color: #8C0C17;
}
</style>
background-color css
<style>
a { background-color: #8C0C17; }
a { background-color: rgb(140,12,23); }
div.DivClassName
{
background-color: #8C0C17;
}
.BgClassName
{
background-color: #8C0C17;
}
</style>
border-color css
<style>
span { border-color: #8C0C17; }
span { border-color: rgb(140,12,23); }
td.TdClassName
{
border-color: #8C0C17;
}
.TagClassName
{
border-color: #8C0C17;
}
</style>