Shades of Carmine #880A16
Tints of Carmine #880A16
RGB
CMYK
RGB Variations
Color information
#880A16 (or 0x880A16) is known color: Carmine. HEX triplet: 88, 0A and 16. RGB value is (136,10,22). Sum of RGB (Red+Green+Blue) = 136+10+22=168 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.95% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 136 - color contains mainly: red. Hex color #880A16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880A16 is #77F5E9. Grayscale: #313131. Windows color (decimal): -7861738 or 1444488. OLE color: 1444488.
HSL color Cylindrical-coordinate representation of color #880A16: hue angle of 354.29º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A16 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 22 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.47 |
| HSL | 354.29º | 0.86% | 0.29% | - |
| HSV(B) | 354.29º | 0.93% | 0.53% | - |
| XYZ | 10.41 | 5.51 | 1.27 | - |
| YUV | 49.04 | 112.74 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 22 | 0 | 0.93 | 0.84 | 0.47 | 354.29 | 0.86 | 0.29 |
| Hex | 88 | A | 16 | 0 | 5D | 54 | 2F | 162 | 56 | 1D |
| Octal | 210 | 12 | 26 | 0 | 135 | 124 | 57 | 542 | 126 | 35 |
| Binary | 10001000 | 1010 | 10110 | 0 | 1011101 | 1010100 | 101111 | 101100010 | 1010110 | 11101 |
Color Harmonies of #880A16
Complementary color
Monochromatic Colors of #880A16
Black with #880A16
Text Example
Text Example
White with #880A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A16; }
p { color: rgb(136,10,22); }
H1.HeaderClassName
{
color: #880A16;
}
.AnyTagClassName
{
color: #880A16;
}
</style>
background-color css
<style>
a { background-color: #880A16; }
a { background-color: rgb(136,10,22); }
div.DivClassName
{
background-color: #880A16;
}
.BgClassName
{
background-color: #880A16;
}
</style>
border-color css
<style>
span { border-color: #880A16; }
span { border-color: rgb(136,10,22); }
td.TdClassName
{
border-color: #880A16;
}
.TagClassName
{
border-color: #880A16;
}
</style>