Shades of Carmine #8C0919
Tints of Carmine #8C0919
RGB
CMYK
RGB Variations
Color information
#8C0919 (or 0x8C0919) is known color: Carmine. HEX triplet: 8C, 09 and 19. RGB value is (140,9,25). Sum of RGB (Red+Green+Blue) = 140+9+25=174 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80.46% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0919 is #73F6E6. Grayscale: #323232. Windows color (decimal): -7599847 or 1640844. OLE color: 1640844.
HSL color Cylindrical-coordinate representation of color #8C0919: hue angle of 352.67º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0919 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 25 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.45 |
| HSL | 352.67º | 0.88% | 0.29% | - |
| HSV(B) | 352.67º | 0.94% | 0.55% | - |
| XYZ | 11.09 | 5.84 | 1.46 | - |
| YUV | 49.99 | 113.9 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 25 | 0 | 0.94 | 0.82 | 0.45 | 352.67 | 0.88 | 0.29 |
| Hex | 8C | 9 | 19 | 0 | 5E | 52 | 2D | 161 | 58 | 1D |
| Octal | 214 | 11 | 31 | 0 | 136 | 122 | 55 | 541 | 130 | 35 |
| Binary | 10001100 | 1001 | 11001 | 0 | 1011110 | 1010010 | 101101 | 101100001 | 1011000 | 11101 |
Color Harmonies of #8C0919
Complementary color
Monochromatic Colors of #8C0919
Black with #8C0919
Text Example
Text Example
White with #8C0919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0919; }
p { color: rgb(140,9,25); }
H1.HeaderClassName
{
color: #8C0919;
}
.AnyTagClassName
{
color: #8C0919;
}
</style>
background-color css
<style>
a { background-color: #8C0919; }
a { background-color: rgb(140,9,25); }
div.DivClassName
{
background-color: #8C0919;
}
.BgClassName
{
background-color: #8C0919;
}
</style>
border-color css
<style>
span { border-color: #8C0919; }
span { border-color: rgb(140,9,25); }
td.TdClassName
{
border-color: #8C0919;
}
.TagClassName
{
border-color: #8C0919;
}
</style>