Shades of Carmine #8C1019
Tints of Carmine #8C1019
RGB
CMYK
RGB Variations
Color information
#8C1019 (or 0x8C1019) is known color: Carmine. HEX triplet: 8C, 10 and 19. RGB value is (140,16,25). Sum of RGB (Red+Green+Blue) = 140+16+25=181 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.35% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1019 is #73EFE6. Grayscale: #363636. Windows color (decimal): -7598055 or 1642636. OLE color: 1642636.
HSL color Cylindrical-coordinate representation of color #8C1019: hue angle of 355.65º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C1019 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 25 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.45 |
| HSL | 355.65º | 0.79% | 0.31% | - |
| HSV(B) | 355.65º | 0.89% | 0.55% | - |
| XYZ | 11.18 | 6.02 | 1.49 | - |
| YUV | 54.1 | 111.58 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 25 | 0 | 0.89 | 0.82 | 0.45 | 355.65 | 0.79 | 0.31 |
| Hex | 8C | 10 | 19 | 0 | 59 | 52 | 2D | 164 | 4F | 1F |
| Octal | 214 | 20 | 31 | 0 | 131 | 122 | 55 | 544 | 117 | 37 |
| Binary | 10001100 | 10000 | 11001 | 0 | 1011001 | 1010010 | 101101 | 101100100 | 1001111 | 11111 |
Color Harmonies of #8C1019
Complementary color
Monochromatic Colors of #8C1019
Black with #8C1019
Text Example
Text Example
White with #8C1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1019; }
p { color: rgb(140,16,25); }
H1.HeaderClassName
{
color: #8C1019;
}
.AnyTagClassName
{
color: #8C1019;
}
</style>
background-color css
<style>
a { background-color: #8C1019; }
a { background-color: rgb(140,16,25); }
div.DivClassName
{
background-color: #8C1019;
}
.BgClassName
{
background-color: #8C1019;
}
</style>
border-color css
<style>
span { border-color: #8C1019; }
span { border-color: rgb(140,16,25); }
td.TdClassName
{
border-color: #8C1019;
}
.TagClassName
{
border-color: #8C1019;
}
</style>