Shades of Carmine #880F18
Tints of Carmine #880F18
RGB
CMYK
RGB Variations
Color information
#880F18 (or 0x880F18) is known color: Carmine. HEX triplet: 88, 0F and 18. RGB value is (136,15,24). Sum of RGB (Red+Green+Blue) = 136+15+24=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #880F18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880F18 is #77F0E7. Grayscale: #343434. Windows color (decimal): -7860456 or 1576840. OLE color: 1576840.
HSL color Cylindrical-coordinate representation of color #880F18: hue angle of 355.54º 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 #880F18 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 15 | 24 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.47 |
| HSL | 355.54º | 0.8% | 0.3% | - |
| HSV(B) | 355.54º | 0.89% | 0.53% | - |
| XYZ | 10.49 | 5.64 | 1.4 | - |
| YUV | 52.21 | 112.09 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 24 | 0 | 0.89 | 0.82 | 0.47 | 355.54 | 0.8 | 0.3 |
| Hex | 88 | F | 18 | 0 | 59 | 52 | 2F | 164 | 50 | 1E |
| Octal | 210 | 17 | 30 | 0 | 131 | 122 | 57 | 544 | 120 | 36 |
| Binary | 10001000 | 1111 | 11000 | 0 | 1011001 | 1010010 | 101111 | 101100100 | 1010000 | 11110 |
Color Harmonies of #880F18
Complementary color
Monochromatic Colors of #880F18
Black with #880F18
Text Example
Text Example
White with #880F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880F18; }
p { color: rgb(136,15,24); }
H1.HeaderClassName
{
color: #880F18;
}
.AnyTagClassName
{
color: #880F18;
}
</style>
background-color css
<style>
a { background-color: #880F18; }
a { background-color: rgb(136,15,24); }
div.DivClassName
{
background-color: #880F18;
}
.BgClassName
{
background-color: #880F18;
}
</style>
border-color css
<style>
span { border-color: #880F18; }
span { border-color: rgb(136,15,24); }
td.TdClassName
{
border-color: #880F18;
}
.TagClassName
{
border-color: #880F18;
}
</style>