Shades of Carmine #88101C
Tints of Carmine #88101C
RGB
CMYK
RGB Variations
Color information
#88101C (or 0x88101C) is known color: Carmine. HEX triplet: 88, 10 and 1C. RGB value is (136,16,28). Sum of RGB (Red+Green+Blue) = 136+16+28=180 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.56% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 136 - color contains mainly: red. Hex color #88101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88101C is #77EFE3. Grayscale: #353535. Windows color (decimal): -7860196 or 1839240. OLE color: 1839240.
HSL color Cylindrical-coordinate representation of color #88101C: hue angle of 354º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88101C is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 16 | 28 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.47 |
| HSL | 354º | 0.79% | 0.3% | - |
| HSV(B) | 354º | 0.88% | 0.53% | - |
| XYZ | 10.55 | 5.69 | 1.64 | - |
| YUV | 53.25 | 113.76 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 28 | 0 | 0.88 | 0.79 | 0.47 | 354 | 0.79 | 0.3 |
| Hex | 88 | 10 | 1C | 0 | 58 | 4F | 2F | 162 | 4F | 1E |
| Octal | 210 | 20 | 34 | 0 | 130 | 117 | 57 | 542 | 117 | 36 |
| Binary | 10001000 | 10000 | 11100 | 0 | 1011000 | 1001111 | 101111 | 101100010 | 1001111 | 11110 |
Color Harmonies of #88101C
Complementary color
Monochromatic Colors of #88101C
Black with #88101C
Text Example
Text Example
White with #88101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88101C; }
p { color: rgb(136,16,28); }
H1.HeaderClassName
{
color: #88101C;
}
.AnyTagClassName
{
color: #88101C;
}
</style>
background-color css
<style>
a { background-color: #88101C; }
a { background-color: rgb(136,16,28); }
div.DivClassName
{
background-color: #88101C;
}
.BgClassName
{
background-color: #88101C;
}
</style>
border-color css
<style>
span { border-color: #88101C; }
span { border-color: rgb(136,16,28); }
td.TdClassName
{
border-color: #88101C;
}
.TagClassName
{
border-color: #88101C;
}
</style>