Shades of Carmine #880C18
Tints of Carmine #880C18
RGB
CMYK
RGB Variations
Color information
#880C18 (or 0x880C18) is known color: Carmine. HEX triplet: 88, 0C and 18. RGB value is (136,12,24). Sum of RGB (Red+Green+Blue) = 136+12+24=172 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.07% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 136 - color contains mainly: red. Hex color #880C18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880C18 is #77F3E7. Grayscale: #323232. Windows color (decimal): -7861224 or 1576072. OLE color: 1576072.
HSL color Cylindrical-coordinate representation of color #880C18: hue angle of 354.19º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C18 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 24 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.47 |
| HSL | 354.19º | 0.84% | 0.29% | - |
| HSV(B) | 354.19º | 0.91% | 0.53% | - |
| XYZ | 10.45 | 5.56 | 1.39 | - |
| YUV | 50.44 | 113.08 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 24 | 0 | 0.91 | 0.82 | 0.47 | 354.19 | 0.84 | 0.29 |
| Hex | 88 | C | 18 | 0 | 5B | 52 | 2F | 162 | 54 | 1D |
| Octal | 210 | 14 | 30 | 0 | 133 | 122 | 57 | 542 | 124 | 35 |
| Binary | 10001000 | 1100 | 11000 | 0 | 1011011 | 1010010 | 101111 | 101100010 | 1010100 | 11101 |
Color Harmonies of #880C18
Complementary color
Monochromatic Colors of #880C18
Black with #880C18
Text Example
Text Example
White with #880C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C18; }
p { color: rgb(136,12,24); }
H1.HeaderClassName
{
color: #880C18;
}
.AnyTagClassName
{
color: #880C18;
}
</style>
background-color css
<style>
a { background-color: #880C18; }
a { background-color: rgb(136,12,24); }
div.DivClassName
{
background-color: #880C18;
}
.BgClassName
{
background-color: #880C18;
}
</style>
border-color css
<style>
span { border-color: #880C18; }
span { border-color: rgb(136,12,24); }
td.TdClassName
{
border-color: #880C18;
}
.TagClassName
{
border-color: #880C18;
}
</style>