Shades of Carmine #8C161B
Tints of Carmine #8C161B
RGB
CMYK
RGB Variations
Color information
#8C161B (or 0x8C161B) is known color: Carmine. HEX triplet: 8C, 16 and 1B. RGB value is (140,22,27). Sum of RGB (Red+Green+Blue) = 140+22+27=189 (25% of max value = 765). Red value is 140 (55.08% from 255 or 74.07% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 140 - color contains mainly: red. Hex color #8C161B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C161B is #73E9E4. Grayscale: #393939. Windows color (decimal): -7596517 or 1775244. OLE color: 1775244.
HSL color Cylindrical-coordinate representation of color #8C161B: hue angle of 357.46º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C161B is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 22 | 27 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.45 |
| HSL | 357.46º | 0.73% | 0.32% | - |
| HSV(B) | 357.46º | 0.84% | 0.55% | - |
| XYZ | 11.3 | 6.23 | 1.64 | - |
| YUV | 57.85 | 110.59 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 27 | 0 | 0.84 | 0.81 | 0.45 | 357.46 | 0.73 | 0.32 |
| Hex | 8C | 16 | 1B | 0 | 54 | 51 | 2D | 165 | 49 | 20 |
| Octal | 214 | 26 | 33 | 0 | 124 | 121 | 55 | 545 | 111 | 40 |
| Binary | 10001100 | 10110 | 11011 | 0 | 1010100 | 1010001 | 101101 | 101100101 | 1001001 | 100000 |
Color Harmonies of #8C161B
Complementary color
Monochromatic Colors of #8C161B
Black with #8C161B
Text Example
Text Example
White with #8C161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C161B; }
p { color: rgb(140,22,27); }
H1.HeaderClassName
{
color: #8C161B;
}
.AnyTagClassName
{
color: #8C161B;
}
</style>
background-color css
<style>
a { background-color: #8C161B; }
a { background-color: rgb(140,22,27); }
div.DivClassName
{
background-color: #8C161B;
}
.BgClassName
{
background-color: #8C161B;
}
</style>
border-color css
<style>
span { border-color: #8C161B; }
span { border-color: rgb(140,22,27); }
td.TdClassName
{
border-color: #8C161B;
}
.TagClassName
{
border-color: #8C161B;
}
</style>