Shades of Carmine #8C0119
Tints of Carmine #8C0119
RGB
CMYK
RGB Variations
Color information
#8C0119 (or 0x8C0119) is known color: Carmine. HEX triplet: 8C, 01 and 19. RGB value is (140,1,25). Sum of RGB (Red+Green+Blue) = 140+1+25=166 (21% of max value = 765). Red value is 140 (55.08% from 255 or 84.34% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0119 is #73FEE6. Grayscale: #2D2D2D. Windows color (decimal): -7601895 or 1638796. OLE color: 1638796.
HSL color Cylindrical-coordinate representation of color #8C0119: hue angle of 349.64º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C0119 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 25 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.45 |
| HSL | 349.64º | 0.99% | 0.28% | - |
| HSV(B) | 349.64º | 0.99% | 0.55% | - |
| XYZ | 11 | 5.67 | 1.43 | - |
| YUV | 45.3 | 116.55 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 25 | 0 | 0.99 | 0.82 | 0.45 | 349.64 | 0.99 | 0.28 |
| Hex | 8C | 1 | 19 | 0 | 63 | 52 | 2D | 15E | 63 | 1C |
| Octal | 214 | 1 | 31 | 0 | 143 | 122 | 55 | 536 | 143 | 34 |
| Binary | 10001100 | 1 | 11001 | 0 | 1100011 | 1010010 | 101101 | 101011110 | 1100011 | 11100 |
Color Harmonies of #8C0119
Complementary color
Monochromatic Colors of #8C0119
Black with #8C0119
Text Example
Text Example
White with #8C0119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0119; }
p { color: rgb(140,1,25); }
H1.HeaderClassName
{
color: #8C0119;
}
.AnyTagClassName
{
color: #8C0119;
}
</style>
background-color css
<style>
a { background-color: #8C0119; }
a { background-color: rgb(140,1,25); }
div.DivClassName
{
background-color: #8C0119;
}
.BgClassName
{
background-color: #8C0119;
}
</style>
border-color css
<style>
span { border-color: #8C0119; }
span { border-color: rgb(140,1,25); }
td.TdClassName
{
border-color: #8C0119;
}
.TagClassName
{
border-color: #8C0119;
}
</style>