Shades of Carmine #8C0619
Tints of Carmine #8C0619
RGB
CMYK
RGB Variations
Color information
#8C0619 (or 0x8C0619) is known color: Carmine. HEX triplet: 8C, 06 and 19. RGB value is (140,6,25). Sum of RGB (Red+Green+Blue) = 140+6+25=171 (22% of max value = 765). Red value is 140 (55.08% from 255 or 81.87% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0619 is #73F9E6. Grayscale: #303030. Windows color (decimal): -7600615 or 1640076. OLE color: 1640076.
HSL color Cylindrical-coordinate representation of color #8C0619: hue angle of 351.49º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0619 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 25 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.45 |
| HSL | 351.49º | 0.92% | 0.29% | - |
| HSV(B) | 351.49º | 0.96% | 0.55% | - |
| XYZ | 11.06 | 5.78 | 1.45 | - |
| YUV | 48.23 | 114.89 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 25 | 0 | 0.96 | 0.82 | 0.45 | 351.49 | 0.92 | 0.29 |
| Hex | 8C | 6 | 19 | 0 | 60 | 52 | 2D | 15F | 5C | 1D |
| Octal | 214 | 6 | 31 | 0 | 140 | 122 | 55 | 537 | 134 | 35 |
| Binary | 10001100 | 110 | 11001 | 0 | 1100000 | 1010010 | 101101 | 101011111 | 1011100 | 11101 |
Color Harmonies of #8C0619
Complementary color
Monochromatic Colors of #8C0619
Black with #8C0619
Text Example
Text Example
White with #8C0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0619; }
p { color: rgb(140,6,25); }
H1.HeaderClassName
{
color: #8C0619;
}
.AnyTagClassName
{
color: #8C0619;
}
</style>
background-color css
<style>
a { background-color: #8C0619; }
a { background-color: rgb(140,6,25); }
div.DivClassName
{
background-color: #8C0619;
}
.BgClassName
{
background-color: #8C0619;
}
</style>
border-color css
<style>
span { border-color: #8C0619; }
span { border-color: rgb(140,6,25); }
td.TdClassName
{
border-color: #8C0619;
}
.TagClassName
{
border-color: #8C0619;
}
</style>