Shades of Carmine #8C0A1E
Tints of Carmine #8C0A1E
RGB
CMYK
RGB Variations
Color information
#8C0A1E (or 0x8C0A1E) is known color: Carmine. HEX triplet: 8C, 0A and 1E. RGB value is (140,10,30). Sum of RGB (Red+Green+Blue) = 140+10+30=180 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.78% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0A1E is #73F5E1. Grayscale: #333333. Windows color (decimal): -7599586 or 1968780. OLE color: 1968780.
HSL color Cylindrical-coordinate representation of color #8C0A1E: hue angle of 350.77º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0A1E is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 30 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.45 |
| HSL | 350.77º | 0.87% | 0.29% | - |
| HSV(B) | 350.77º | 0.93% | 0.55% | - |
| XYZ | 11.16 | 5.89 | 1.78 | - |
| YUV | 51.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 30 | 0 | 0.93 | 0.79 | 0.45 | 350.77 | 0.87 | 0.29 |
| Hex | 8C | A | 1E | 0 | 5D | 4F | 2D | 15F | 57 | 1D |
| Octal | 214 | 12 | 36 | 0 | 135 | 117 | 55 | 537 | 127 | 35 |
| Binary | 10001100 | 1010 | 11110 | 0 | 1011101 | 1001111 | 101101 | 101011111 | 1010111 | 11101 |
Color Harmonies of #8C0A1E
Complementary color
Monochromatic Colors of #8C0A1E
Black with #8C0A1E
Text Example
Text Example
White with #8C0A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A1E; }
p { color: rgb(140,10,30); }
H1.HeaderClassName
{
color: #8C0A1E;
}
.AnyTagClassName
{
color: #8C0A1E;
}
</style>
background-color css
<style>
a { background-color: #8C0A1E; }
a { background-color: rgb(140,10,30); }
div.DivClassName
{
background-color: #8C0A1E;
}
.BgClassName
{
background-color: #8C0A1E;
}
</style>
border-color css
<style>
span { border-color: #8C0A1E; }
span { border-color: rgb(140,10,30); }
td.TdClassName
{
border-color: #8C0A1E;
}
.TagClassName
{
border-color: #8C0A1E;
}
</style>