Shades of Carmine #8C1518
Tints of Carmine #8C1518
RGB
CMYK
RGB Variations
Color information
#8C1518 (or 0x8C1518) is known color: Carmine. HEX triplet: 8C, 15 and 18. RGB value is (140,21,24). Sum of RGB (Red+Green+Blue) = 140+21+24=185 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.68% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1518 is #73EAE7. Grayscale: #393939. Windows color (decimal): -7596776 or 1578380. OLE color: 1578380.
HSL color Cylindrical-coordinate representation of color #8C1518: hue angle of 358.49º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1518 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 21 | 24 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.45 |
| HSL | 358.49º | 0.74% | 0.32% | - |
| HSV(B) | 358.49º | 0.85% | 0.55% | - |
| XYZ | 11.25 | 6.18 | 1.46 | - |
| YUV | 56.92 | 109.42 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 24 | 0 | 0.85 | 0.83 | 0.45 | 358.49 | 0.74 | 0.32 |
| Hex | 8C | 15 | 18 | 0 | 55 | 53 | 2D | 166 | 4A | 20 |
| Octal | 214 | 25 | 30 | 0 | 125 | 123 | 55 | 546 | 112 | 40 |
| Binary | 10001100 | 10101 | 11000 | 0 | 1010101 | 1010011 | 101101 | 101100110 | 1001010 | 100000 |
Color Harmonies of #8C1518
Complementary color
Monochromatic Colors of #8C1518
Black with #8C1518
Text Example
Text Example
White with #8C1518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1518; }
p { color: rgb(140,21,24); }
H1.HeaderClassName
{
color: #8C1518;
}
.AnyTagClassName
{
color: #8C1518;
}
</style>
background-color css
<style>
a { background-color: #8C1518; }
a { background-color: rgb(140,21,24); }
div.DivClassName
{
background-color: #8C1518;
}
.BgClassName
{
background-color: #8C1518;
}
</style>
border-color css
<style>
span { border-color: #8C1518; }
span { border-color: rgb(140,21,24); }
td.TdClassName
{
border-color: #8C1518;
}
.TagClassName
{
border-color: #8C1518;
}
</style>