Shades of Carmine #8C0419
Tints of Carmine #8C0419
RGB
CMYK
RGB Variations
Color information
#8C0419 (or 0x8C0419) is known color: Carmine. HEX triplet: 8C, 04 and 19. RGB value is (140,4,25). Sum of RGB (Red+Green+Blue) = 140+4+25=169 (22% of max value = 765). Red value is 140 (55.08% from 255 or 82.84% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0419 is #73FBE6. Grayscale: #2F2F2F. Windows color (decimal): -7601127 or 1639564. OLE color: 1639564.
HSL color Cylindrical-coordinate representation of color #8C0419: hue angle of 350.74º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C0419 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 25 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.45 |
| HSL | 350.74º | 0.94% | 0.28% | - |
| HSV(B) | 350.74º | 0.97% | 0.55% | - |
| XYZ | 11.03 | 5.73 | 1.44 | - |
| YUV | 47.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 25 | 0 | 0.97 | 0.82 | 0.45 | 350.74 | 0.94 | 0.28 |
| Hex | 8C | 4 | 19 | 0 | 61 | 52 | 2D | 15F | 5E | 1C |
| Octal | 214 | 4 | 31 | 0 | 141 | 122 | 55 | 537 | 136 | 34 |
| Binary | 10001100 | 100 | 11001 | 0 | 1100001 | 1010010 | 101101 | 101011111 | 1011110 | 11100 |
Color Harmonies of #8C0419
Complementary color
Monochromatic Colors of #8C0419
Black with #8C0419
Text Example
Text Example
White with #8C0419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0419; }
p { color: rgb(140,4,25); }
H1.HeaderClassName
{
color: #8C0419;
}
.AnyTagClassName
{
color: #8C0419;
}
</style>
background-color css
<style>
a { background-color: #8C0419; }
a { background-color: rgb(140,4,25); }
div.DivClassName
{
background-color: #8C0419;
}
.BgClassName
{
background-color: #8C0419;
}
</style>
border-color css
<style>
span { border-color: #8C0419; }
span { border-color: rgb(140,4,25); }
td.TdClassName
{
border-color: #8C0419;
}
.TagClassName
{
border-color: #8C0419;
}
</style>