Shades of Carmine #880919
Tints of Carmine #880919
RGB
CMYK
RGB Variations
Color information
#880919 (or 0x880919) is known color: Carmine. HEX triplet: 88, 09 and 19. RGB value is (136,9,25). Sum of RGB (Red+Green+Blue) = 136+9+25=170 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 136 - color contains mainly: red. Hex color #880919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880919 is #77F6E6. Grayscale: #303030. Windows color (decimal): -7861991 or 1640840. OLE color: 1640840.
HSL color Cylindrical-coordinate representation of color #880919: hue angle of 352.44º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880919 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 25 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.47 |
| HSL | 352.44º | 0.88% | 0.28% | - |
| HSV(B) | 352.44º | 0.93% | 0.53% | - |
| XYZ | 10.43 | 5.5 | 1.43 | - |
| YUV | 48.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 25 | 0 | 0.93 | 0.82 | 0.47 | 352.44 | 0.88 | 0.28 |
| Hex | 88 | 9 | 19 | 0 | 5D | 52 | 2F | 160 | 58 | 1C |
| Octal | 210 | 11 | 31 | 0 | 135 | 122 | 57 | 540 | 130 | 34 |
| Binary | 10001000 | 1001 | 11001 | 0 | 1011101 | 1010010 | 101111 | 101100000 | 1011000 | 11100 |
Color Harmonies of #880919
Complementary color
Monochromatic Colors of #880919
Black with #880919
Text Example
Text Example
White with #880919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880919; }
p { color: rgb(136,9,25); }
H1.HeaderClassName
{
color: #880919;
}
.AnyTagClassName
{
color: #880919;
}
</style>
background-color css
<style>
a { background-color: #880919; }
a { background-color: rgb(136,9,25); }
div.DivClassName
{
background-color: #880919;
}
.BgClassName
{
background-color: #880919;
}
</style>
border-color css
<style>
span { border-color: #880919; }
span { border-color: rgb(136,9,25); }
td.TdClassName
{
border-color: #880919;
}
.TagClassName
{
border-color: #880919;
}
</style>