Shades of Carmine #880F19
Tints of Carmine #880F19
RGB
CMYK
RGB Variations
Color information
#880F19 (or 0x880F19) is known color: Carmine. HEX triplet: 88, 0F and 19. RGB value is (136,15,25). Sum of RGB (Red+Green+Blue) = 136+15+25=176 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.27% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 136 - color contains mainly: red. Hex color #880F19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880F19 is #77F0E6. Grayscale: #343434. Windows color (decimal): -7860455 or 1642376. OLE color: 1642376.
HSL color Cylindrical-coordinate representation of color #880F19: hue angle of 355.04º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F19 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 15 | 25 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.47 |
| HSL | 355.04º | 0.8% | 0.3% | - |
| HSV(B) | 355.04º | 0.89% | 0.53% | - |
| XYZ | 10.5 | 5.65 | 1.46 | - |
| YUV | 52.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 25 | 0 | 0.89 | 0.82 | 0.47 | 355.04 | 0.8 | 0.3 |
| Hex | 88 | F | 19 | 0 | 59 | 52 | 2F | 163 | 50 | 1E |
| Octal | 210 | 17 | 31 | 0 | 131 | 122 | 57 | 543 | 120 | 36 |
| Binary | 10001000 | 1111 | 11001 | 0 | 1011001 | 1010010 | 101111 | 101100011 | 1010000 | 11110 |
Color Harmonies of #880F19
Complementary color
Monochromatic Colors of #880F19
Black with #880F19
Text Example
Text Example
White with #880F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880F19; }
p { color: rgb(136,15,25); }
H1.HeaderClassName
{
color: #880F19;
}
.AnyTagClassName
{
color: #880F19;
}
</style>
background-color css
<style>
a { background-color: #880F19; }
a { background-color: rgb(136,15,25); }
div.DivClassName
{
background-color: #880F19;
}
.BgClassName
{
background-color: #880F19;
}
</style>
border-color css
<style>
span { border-color: #880F19; }
span { border-color: rgb(136,15,25); }
td.TdClassName
{
border-color: #880F19;
}
.TagClassName
{
border-color: #880F19;
}
</style>