Shades of Carmine #8C0D1C
Tints of Carmine #8C0D1C
RGB
CMYK
RGB Variations
Color information
#8C0D1C (or 0x8C0D1C) is known color: Carmine. HEX triplet: 8C, 0D and 1C. RGB value is (140,13,28). Sum of RGB (Red+Green+Blue) = 140+13+28=181 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.35% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0D1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0D1C is #73F2E3. Grayscale: #343434. Windows color (decimal): -7598820 or 1838476. OLE color: 1838476.
HSL color Cylindrical-coordinate representation of color #8C0D1C: hue angle of 352.91º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0D1C is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 13 | 28 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.45 |
| HSL | 352.91º | 0.83% | 0.3% | - |
| HSV(B) | 352.91º | 0.91% | 0.55% | - |
| XYZ | 11.17 | 5.95 | 1.66 | - |
| YUV | 52.68 | 114.08 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 13 | 28 | 0 | 0.91 | 0.80 | 0.45 | 352.91 | 0.83 | 0.3 |
| Hex | 8C | D | 1C | 0 | 5B | 50 | 2D | 161 | 53 | 1E |
| Octal | 214 | 15 | 34 | 0 | 133 | 120 | 55 | 541 | 123 | 36 |
| Binary | 10001100 | 1101 | 11100 | 0 | 1011011 | 1010000 | 101101 | 101100001 | 1010011 | 11110 |
Color Harmonies of #8C0D1C
Complementary color
Monochromatic Colors of #8C0D1C
Black with #8C0D1C
Text Example
Text Example
White with #8C0D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0D1C; }
p { color: rgb(140,13,28); }
H1.HeaderClassName
{
color: #8C0D1C;
}
.AnyTagClassName
{
color: #8C0D1C;
}
</style>
background-color css
<style>
a { background-color: #8C0D1C; }
a { background-color: rgb(140,13,28); }
div.DivClassName
{
background-color: #8C0D1C;
}
.BgClassName
{
background-color: #8C0D1C;
}
</style>
border-color css
<style>
span { border-color: #8C0D1C; }
span { border-color: rgb(140,13,28); }
td.TdClassName
{
border-color: #8C0D1C;
}
.TagClassName
{
border-color: #8C0D1C;
}
</style>