Shades of Carmine #8C0D1A
Tints of Carmine #8C0D1A
RGB
CMYK
RGB Variations
Color information
#8C0D1A (or 0x8C0D1A) is known color: Carmine. HEX triplet: 8C, 0D and 1A. RGB value is (140,13,26). Sum of RGB (Red+Green+Blue) = 140+13+26=179 (23% of max value = 765). Red value is 140 (55.08% from 255 or 78.21% from 179); Green value is 13 (5.47% from 255 or 7.26% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0D1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0D1A is #73F2E5. Grayscale: #343434. Windows color (decimal): -7598822 or 1707404. OLE color: 1707404.
HSL color Cylindrical-coordinate representation of color #8C0D1A: hue angle of 353.86º 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 #8C0D1A is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 13 | 26 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.45 |
| HSL | 353.86º | 0.83% | 0.3% | - |
| HSV(B) | 353.86º | 0.91% | 0.55% | - |
| XYZ | 11.15 | 5.94 | 1.54 | - |
| YUV | 52.46 | 113.08 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 13 | 26 | 0 | 0.91 | 0.81 | 0.45 | 353.86 | 0.83 | 0.3 |
| Hex | 8C | D | 1A | 0 | 5B | 51 | 2D | 162 | 53 | 1E |
| Octal | 214 | 15 | 32 | 0 | 133 | 121 | 55 | 542 | 123 | 36 |
| Binary | 10001100 | 1101 | 11010 | 0 | 1011011 | 1010001 | 101101 | 101100010 | 1010011 | 11110 |
Color Harmonies of #8C0D1A
Complementary color
Monochromatic Colors of #8C0D1A
Black with #8C0D1A
Text Example
Text Example
White with #8C0D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0D1A; }
p { color: rgb(140,13,26); }
H1.HeaderClassName
{
color: #8C0D1A;
}
.AnyTagClassName
{
color: #8C0D1A;
}
</style>
background-color css
<style>
a { background-color: #8C0D1A; }
a { background-color: rgb(140,13,26); }
div.DivClassName
{
background-color: #8C0D1A;
}
.BgClassName
{
background-color: #8C0D1A;
}
</style>
border-color css
<style>
span { border-color: #8C0D1A; }
span { border-color: rgb(140,13,26); }
td.TdClassName
{
border-color: #8C0D1A;
}
.TagClassName
{
border-color: #8C0D1A;
}
</style>