Shades of Carmine #880518
Tints of Carmine #880518
RGB
CMYK
RGB Variations
Color information
#880518 (or 0x880518) is known color: Carmine. HEX triplet: 88, 05 and 18. RGB value is (136,5,24). Sum of RGB (Red+Green+Blue) = 136+5+24=165 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.42% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 136 - color contains mainly: red. Hex color #880518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880518 is #77FAE7. Grayscale: #2E2E2E. Windows color (decimal): -7863016 or 1574280. OLE color: 1574280.
HSL color Cylindrical-coordinate representation of color #880518: hue angle of 351.3º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880518 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 24 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.47 |
| HSL | 351.3º | 0.93% | 0.28% | - |
| HSV(B) | 351.3º | 0.96% | 0.53% | - |
| XYZ | 10.37 | 5.41 | 1.36 | - |
| YUV | 46.34 | 115.4 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 24 | 0 | 0.96 | 0.82 | 0.47 | 351.3 | 0.93 | 0.28 |
| Hex | 88 | 5 | 18 | 0 | 60 | 52 | 2F | 15F | 5D | 1C |
| Octal | 210 | 5 | 30 | 0 | 140 | 122 | 57 | 537 | 135 | 34 |
| Binary | 10001000 | 101 | 11000 | 0 | 1100000 | 1010010 | 101111 | 101011111 | 1011101 | 11100 |
Color Harmonies of #880518
Complementary color
Monochromatic Colors of #880518
Black with #880518
Text Example
Text Example
White with #880518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880518; }
p { color: rgb(136,5,24); }
H1.HeaderClassName
{
color: #880518;
}
.AnyTagClassName
{
color: #880518;
}
</style>
background-color css
<style>
a { background-color: #880518; }
a { background-color: rgb(136,5,24); }
div.DivClassName
{
background-color: #880518;
}
.BgClassName
{
background-color: #880518;
}
</style>
border-color css
<style>
span { border-color: #880518; }
span { border-color: rgb(136,5,24); }
td.TdClassName
{
border-color: #880518;
}
.TagClassName
{
border-color: #880518;
}
</style>