Shades of Carmine #880316
Tints of Carmine #880316
RGB
CMYK
RGB Variations
Color information
#880316 (or 0x880316) is known color: Carmine. HEX triplet: 88, 03 and 16. RGB value is (136,3,22). Sum of RGB (Red+Green+Blue) = 136+3+22=161 (21% of max value = 765). Red value is 136 (53.52% from 255 or 84.47% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 136 - color contains mainly: red. Hex color #880316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880316 is #77FCE9. Grayscale: #2C2C2C. Windows color (decimal): -7863530 or 1442696. OLE color: 1442696.
HSL color Cylindrical-coordinate representation of color #880316: hue angle of 351.43º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880316 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 22 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.47 |
| HSL | 351.43º | 0.96% | 0.27% | - |
| HSV(B) | 351.43º | 0.98% | 0.53% | - |
| XYZ | 10.33 | 5.36 | 1.25 | - |
| YUV | 44.93 | 115.06 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 22 | 0 | 0.98 | 0.84 | 0.47 | 351.43 | 0.96 | 0.27 |
| Hex | 88 | 3 | 16 | 0 | 62 | 54 | 2F | 15F | 60 | 1B |
| Octal | 210 | 3 | 26 | 0 | 142 | 124 | 57 | 537 | 140 | 33 |
| Binary | 10001000 | 11 | 10110 | 0 | 1100010 | 1010100 | 101111 | 101011111 | 1100000 | 11011 |
Color Harmonies of #880316
Complementary color
Monochromatic Colors of #880316
Black with #880316
Text Example
Text Example
White with #880316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880316; }
p { color: rgb(136,3,22); }
H1.HeaderClassName
{
color: #880316;
}
.AnyTagClassName
{
color: #880316;
}
</style>
background-color css
<style>
a { background-color: #880316; }
a { background-color: rgb(136,3,22); }
div.DivClassName
{
background-color: #880316;
}
.BgClassName
{
background-color: #880316;
}
</style>
border-color css
<style>
span { border-color: #880316; }
span { border-color: rgb(136,3,22); }
td.TdClassName
{
border-color: #880316;
}
.TagClassName
{
border-color: #880316;
}
</style>