Shades of Carmine #8C0B21
Tints of Carmine #8C0B21
RGB
CMYK
RGB Variations
Color information
#8C0B21 (or 0x8C0B21) is known color: Carmine. HEX triplet: 8C, 0B and 21. RGB value is (140,11,33). Sum of RGB (Red+Green+Blue) = 140+11+33=184 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.09% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0B21 is #73F4DE. Grayscale: #343434. Windows color (decimal): -7599327 or 2165644. OLE color: 2165644.
HSL color Cylindrical-coordinate representation of color #8C0B21: hue angle of 349.77º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C0B21 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 11 | 33 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.45 |
| HSL | 349.77º | 0.85% | 0.3% | - |
| HSV(B) | 349.77º | 0.92% | 0.55% | - |
| XYZ | 11.21 | 5.92 | 1.99 | - |
| YUV | 52.08 | 117.24 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 33 | 0 | 0.92 | 0.76 | 0.45 | 349.77 | 0.85 | 0.3 |
| Hex | 8C | B | 21 | 0 | 5C | 4C | 2D | 15E | 55 | 1E |
| Octal | 214 | 13 | 41 | 0 | 134 | 114 | 55 | 536 | 125 | 36 |
| Binary | 10001100 | 1011 | 100001 | 0 | 1011100 | 1001100 | 101101 | 101011110 | 1010101 | 11110 |
Color Harmonies of #8C0B21
Complementary color
Monochromatic Colors of #8C0B21
Black with #8C0B21
Text Example
Text Example
White with #8C0B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0B21; }
p { color: rgb(140,11,33); }
H1.HeaderClassName
{
color: #8C0B21;
}
.AnyTagClassName
{
color: #8C0B21;
}
</style>
background-color css
<style>
a { background-color: #8C0B21; }
a { background-color: rgb(140,11,33); }
div.DivClassName
{
background-color: #8C0B21;
}
.BgClassName
{
background-color: #8C0B21;
}
</style>
border-color css
<style>
span { border-color: #8C0B21; }
span { border-color: rgb(140,11,33); }
td.TdClassName
{
border-color: #8C0B21;
}
.TagClassName
{
border-color: #8C0B21;
}
</style>