Shades of Carmine #88131A
Tints of Carmine #88131A
RGB
CMYK
RGB Variations
Color information
#88131A (or 0x88131A) is known color: Carmine. HEX triplet: 88, 13 and 1A. RGB value is (136,19,26). Sum of RGB (Red+Green+Blue) = 136+19+26=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #88131A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88131A is #77ECE5. Grayscale: #363636. Windows color (decimal): -7859430 or 1708936. OLE color: 1708936.
HSL color Cylindrical-coordinate representation of color #88131A: hue angle of 356.41º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #88131A is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 19 | 26 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.47 |
| HSL | 356.41º | 0.75% | 0.3% | - |
| HSV(B) | 356.41º | 0.86% | 0.53% | - |
| XYZ | 10.57 | 5.77 | 1.53 | - |
| YUV | 54.78 | 111.76 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 26 | 0 | 0.86 | 0.81 | 0.47 | 356.41 | 0.75 | 0.3 |
| Hex | 88 | 13 | 1A | 0 | 56 | 51 | 2F | 164 | 4B | 1E |
| Octal | 210 | 23 | 32 | 0 | 126 | 121 | 57 | 544 | 113 | 36 |
| Binary | 10001000 | 10011 | 11010 | 0 | 1010110 | 1010001 | 101111 | 101100100 | 1001011 | 11110 |
Color Harmonies of #88131A
Complementary color
Monochromatic Colors of #88131A
Black with #88131A
Text Example
Text Example
White with #88131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88131A; }
p { color: rgb(136,19,26); }
H1.HeaderClassName
{
color: #88131A;
}
.AnyTagClassName
{
color: #88131A;
}
</style>
background-color css
<style>
a { background-color: #88131A; }
a { background-color: rgb(136,19,26); }
div.DivClassName
{
background-color: #88131A;
}
.BgClassName
{
background-color: #88131A;
}
</style>
border-color css
<style>
span { border-color: #88131A; }
span { border-color: rgb(136,19,26); }
td.TdClassName
{
border-color: #88131A;
}
.TagClassName
{
border-color: #88131A;
}
</style>