Shades of Carmine #8C0519
Tints of Carmine #8C0519
RGB
CMYK
RGB Variations
Color information
#8C0519 (or 0x8C0519) is known color: Carmine. HEX triplet: 8C, 05 and 19. RGB value is (140,5,25). Sum of RGB (Red+Green+Blue) = 140+5+25=170 (22% of max value = 765). Red value is 140 (55.08% from 255 or 82.35% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0519 is #73FAE6. Grayscale: #2F2F2F. Windows color (decimal): -7600871 or 1639820. OLE color: 1639820.
HSL color Cylindrical-coordinate representation of color #8C0519: hue angle of 351.11º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0519 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 25 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.45 |
| HSL | 351.11º | 0.93% | 0.28% | - |
| HSV(B) | 351.11º | 0.96% | 0.55% | - |
| XYZ | 11.04 | 5.75 | 1.45 | - |
| YUV | 47.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 25 | 0 | 0.96 | 0.82 | 0.45 | 351.11 | 0.93 | 0.28 |
| Hex | 8C | 5 | 19 | 0 | 60 | 52 | 2D | 15F | 5D | 1C |
| Octal | 214 | 5 | 31 | 0 | 140 | 122 | 55 | 537 | 135 | 34 |
| Binary | 10001100 | 101 | 11001 | 0 | 1100000 | 1010010 | 101101 | 101011111 | 1011101 | 11100 |
Color Harmonies of #8C0519
Complementary color
Monochromatic Colors of #8C0519
Black with #8C0519
Text Example
Text Example
White with #8C0519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0519; }
p { color: rgb(140,5,25); }
H1.HeaderClassName
{
color: #8C0519;
}
.AnyTagClassName
{
color: #8C0519;
}
</style>
background-color css
<style>
a { background-color: #8C0519; }
a { background-color: rgb(140,5,25); }
div.DivClassName
{
background-color: #8C0519;
}
.BgClassName
{
background-color: #8C0519;
}
</style>
border-color css
<style>
span { border-color: #8C0519; }
span { border-color: rgb(140,5,25); }
td.TdClassName
{
border-color: #8C0519;
}
.TagClassName
{
border-color: #8C0519;
}
</style>