Shades of Carmine #8C1321
Tints of Carmine #8C1321
RGB
CMYK
RGB Variations
Color information
#8C1321 (or 0x8C1321) is known color: Carmine. HEX triplet: 8C, 13 and 21. RGB value is (140,19,33). Sum of RGB (Red+Green+Blue) = 140+19+33=192 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.92% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1321 is #73ECDE. Grayscale: #383838. Windows color (decimal): -7597279 or 2167692. OLE color: 2167692.
HSL color Cylindrical-coordinate representation of color #8C1321: hue angle of 353.06º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C1321 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 19 | 33 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.45 |
| HSL | 353.06º | 0.76% | 0.31% | - |
| HSV(B) | 353.06º | 0.86% | 0.55% | - |
| XYZ | 11.32 | 6.15 | 2.03 | - |
| YUV | 56.78 | 114.59 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 19 | 33 | 0 | 0.86 | 0.76 | 0.45 | 353.06 | 0.76 | 0.31 |
| Hex | 8C | 13 | 21 | 0 | 56 | 4C | 2D | 161 | 4C | 1F |
| Octal | 214 | 23 | 41 | 0 | 126 | 114 | 55 | 541 | 114 | 37 |
| Binary | 10001100 | 10011 | 100001 | 0 | 1010110 | 1001100 | 101101 | 101100001 | 1001100 | 11111 |
Color Harmonies of #8C1321
Complementary color
Monochromatic Colors of #8C1321
Black with #8C1321
Text Example
Text Example
White with #8C1321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1321; }
p { color: rgb(140,19,33); }
H1.HeaderClassName
{
color: #8C1321;
}
.AnyTagClassName
{
color: #8C1321;
}
</style>
background-color css
<style>
a { background-color: #8C1321; }
a { background-color: rgb(140,19,33); }
div.DivClassName
{
background-color: #8C1321;
}
.BgClassName
{
background-color: #8C1321;
}
</style>
border-color css
<style>
span { border-color: #8C1321; }
span { border-color: rgb(140,19,33); }
td.TdClassName
{
border-color: #8C1321;
}
.TagClassName
{
border-color: #8C1321;
}
</style>