Shades of Carmine #8C0A1B
Tints of Carmine #8C0A1B
RGB
CMYK
RGB Variations
Color information
#8C0A1B (or 0x8C0A1B) is known color: Carmine. HEX triplet: 8C, 0A and 1B. RGB value is (140,10,27). Sum of RGB (Red+Green+Blue) = 140+10+27=177 (23% of max value = 765). Red value is 140 (55.08% from 255 or 79.10% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0A1B is #73F5E4. Grayscale: #323232. Windows color (decimal): -7599589 or 1772172. OLE color: 1772172.
HSL color Cylindrical-coordinate representation of color #8C0A1B: hue angle of 352.15º 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 #8C0A1B is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 27 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.45 |
| HSL | 352.15º | 0.87% | 0.29% | - |
| HSV(B) | 352.15º | 0.93% | 0.55% | - |
| XYZ | 11.12 | 5.87 | 1.58 | - |
| YUV | 50.81 | 114.57 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 27 | 0 | 0.93 | 0.81 | 0.45 | 352.15 | 0.87 | 0.29 |
| Hex | 8C | A | 1B | 0 | 5D | 51 | 2D | 160 | 57 | 1D |
| Octal | 214 | 12 | 33 | 0 | 135 | 121 | 55 | 540 | 127 | 35 |
| Binary | 10001100 | 1010 | 11011 | 0 | 1011101 | 1010001 | 101101 | 101100000 | 1010111 | 11101 |
Color Harmonies of #8C0A1B
Complementary color
Monochromatic Colors of #8C0A1B
Black with #8C0A1B
Text Example
Text Example
White with #8C0A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A1B; }
p { color: rgb(140,10,27); }
H1.HeaderClassName
{
color: #8C0A1B;
}
.AnyTagClassName
{
color: #8C0A1B;
}
</style>
background-color css
<style>
a { background-color: #8C0A1B; }
a { background-color: rgb(140,10,27); }
div.DivClassName
{
background-color: #8C0A1B;
}
.BgClassName
{
background-color: #8C0A1B;
}
</style>
border-color css
<style>
span { border-color: #8C0A1B; }
span { border-color: rgb(140,10,27); }
td.TdClassName
{
border-color: #8C0A1B;
}
.TagClassName
{
border-color: #8C0A1B;
}
</style>