Shades of Carmine #8C101B
Tints of Carmine #8C101B
RGB
CMYK
RGB Variations
Color information
#8C101B (or 0x8C101B) is known color: Carmine. HEX triplet: 8C, 10 and 1B. RGB value is (140,16,27). Sum of RGB (Red+Green+Blue) = 140+16+27=183 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.50% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 140 - color contains mainly: red. Hex color #8C101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C101B is #73EFE4. Grayscale: #363636. Windows color (decimal): -7598053 or 1773708. OLE color: 1773708.
HSL color Cylindrical-coordinate representation of color #8C101B: hue angle of 354.68º 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 #8C101B is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 27 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.45 |
| HSL | 354.68º | 0.79% | 0.31% | - |
| HSV(B) | 354.68º | 0.89% | 0.55% | - |
| XYZ | 11.2 | 6.03 | 1.61 | - |
| YUV | 54.33 | 112.58 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 27 | 0 | 0.89 | 0.81 | 0.45 | 354.68 | 0.79 | 0.31 |
| Hex | 8C | 10 | 1B | 0 | 59 | 51 | 2D | 163 | 4F | 1F |
| Octal | 214 | 20 | 33 | 0 | 131 | 121 | 55 | 543 | 117 | 37 |
| Binary | 10001100 | 10000 | 11011 | 0 | 1011001 | 1010001 | 101101 | 101100011 | 1001111 | 11111 |
Color Harmonies of #8C101B
Complementary color
Monochromatic Colors of #8C101B
Black with #8C101B
Text Example
Text Example
White with #8C101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C101B; }
p { color: rgb(140,16,27); }
H1.HeaderClassName
{
color: #8C101B;
}
.AnyTagClassName
{
color: #8C101B;
}
</style>
background-color css
<style>
a { background-color: #8C101B; }
a { background-color: rgb(140,16,27); }
div.DivClassName
{
background-color: #8C101B;
}
.BgClassName
{
background-color: #8C101B;
}
</style>
border-color css
<style>
span { border-color: #8C101B; }
span { border-color: rgb(140,16,27); }
td.TdClassName
{
border-color: #8C101B;
}
.TagClassName
{
border-color: #8C101B;
}
</style>