Shades of Carmine #8C0720
Tints of Carmine #8C0720
RGB
CMYK
RGB Variations
Color information
#8C0720 (or 0x8C0720) is known color: Carmine. HEX triplet: 8C, 07 and 20. RGB value is (140,7,32). Sum of RGB (Red+Green+Blue) = 140+7+32=179 (23% of max value = 765). Red value is 140 (55.08% from 255 or 78.21% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0720 is #73F8DF. Grayscale: #313131. Windows color (decimal): -7600352 or 2099084. OLE color: 2099084.
HSL color Cylindrical-coordinate representation of color #8C0720: hue angle of 348.72º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0720 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 32 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.45 |
| HSL | 348.72º | 0.9% | 0.29% | - |
| HSV(B) | 348.72º | 0.95% | 0.55% | - |
| XYZ | 11.15 | 5.83 | 1.9 | - |
| YUV | 49.62 | 118.06 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 32 | 0 | 0.95 | 0.77 | 0.45 | 348.72 | 0.9 | 0.29 |
| Hex | 8C | 7 | 20 | 0 | 5F | 4D | 2D | 15D | 5A | 1D |
| Octal | 214 | 7 | 40 | 0 | 137 | 115 | 55 | 535 | 132 | 35 |
| Binary | 10001100 | 111 | 100000 | 0 | 1011111 | 1001101 | 101101 | 101011101 | 1011010 | 11101 |
Color Harmonies of #8C0720
Complementary color
Monochromatic Colors of #8C0720
Black with #8C0720
Text Example
Text Example
White with #8C0720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0720; }
p { color: rgb(140,7,32); }
H1.HeaderClassName
{
color: #8C0720;
}
.AnyTagClassName
{
color: #8C0720;
}
</style>
background-color css
<style>
a { background-color: #8C0720; }
a { background-color: rgb(140,7,32); }
div.DivClassName
{
background-color: #8C0720;
}
.BgClassName
{
background-color: #8C0720;
}
</style>
border-color css
<style>
span { border-color: #8C0720; }
span { border-color: rgb(140,7,32); }
td.TdClassName
{
border-color: #8C0720;
}
.TagClassName
{
border-color: #8C0720;
}
</style>