Shades of Carmine #8C021C
Tints of Carmine #8C021C
RGB
CMYK
RGB Variations
Color information
#8C021C (or 0x8C021C) is known color: Carmine. HEX triplet: 8C, 02 and 1C. RGB value is (140,2,28). Sum of RGB (Red+Green+Blue) = 140+2+28=170 (22% of max value = 765). Red value is 140 (55.08% from 255 or 82.35% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 140 - color contains mainly: red. Hex color #8C021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C021C is #73FDE3. Grayscale: #2E2E2E. Windows color (decimal): -7601636 or 1835660. OLE color: 1835660.
HSL color Cylindrical-coordinate representation of color #8C021C: hue angle of 348.7º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C021C is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.45 |
| HSL | 348.7º | 0.97% | 0.28% | - |
| HSV(B) | 348.7º | 0.99% | 0.55% | - |
| XYZ | 11.05 | 5.7 | 1.62 | - |
| YUV | 46.23 | 117.72 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 28 | 0 | 0.99 | 0.80 | 0.45 | 348.7 | 0.97 | 0.28 |
| Hex | 8C | 2 | 1C | 0 | 63 | 50 | 2D | 15D | 61 | 1C |
| Octal | 214 | 2 | 34 | 0 | 143 | 120 | 55 | 535 | 141 | 34 |
| Binary | 10001100 | 10 | 11100 | 0 | 1100011 | 1010000 | 101101 | 101011101 | 1100001 | 11100 |
Color Harmonies of #8C021C
Complementary color
Monochromatic Colors of #8C021C
Black with #8C021C
Text Example
Text Example
White with #8C021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C021C; }
p { color: rgb(140,2,28); }
H1.HeaderClassName
{
color: #8C021C;
}
.AnyTagClassName
{
color: #8C021C;
}
</style>
background-color css
<style>
a { background-color: #8C021C; }
a { background-color: rgb(140,2,28); }
div.DivClassName
{
background-color: #8C021C;
}
.BgClassName
{
background-color: #8C021C;
}
</style>
border-color css
<style>
span { border-color: #8C021C; }
span { border-color: rgb(140,2,28); }
td.TdClassName
{
border-color: #8C021C;
}
.TagClassName
{
border-color: #8C021C;
}
</style>