Shades of Carmine #8C0016
Tints of Carmine #8C0016
RGB
CMYK
RGB Variations
Color information
#8C0016 (or 0x8C0016) is known color: Carmine. HEX triplet: 8C, 00 and 16. RGB value is (140,0,22). Sum of RGB (Red+Green+Blue) = 140+0+22=162 (21% of max value = 765). Red value is 140 (55.08% from 255 or 86.42% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0016 is #73FFE9. Grayscale: #2C2C2C. Windows color (decimal): -7602154 or 1441932. OLE color: 1441932.
HSL color Cylindrical-coordinate representation of color #8C0016: hue angle of 350.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C0016 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.84 | 0.45 |
| HSL | 350.57º | 1% | 0.27% | - |
| HSV(B) | 350.57º | 1% | 0.55% | - |
| XYZ | 10.96 | 5.63 | 1.27 | - |
| YUV | 44.37 | 115.38 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 22 | 0 | 1 | 0.84 | 0.45 | 350.57 | 1 | 0.27 |
| Hex | 8C | 0 | 16 | 0 | 64 | 54 | 2D | 15F | 64 | 1B |
| Octal | 214 | 0 | 26 | 0 | 144 | 124 | 55 | 537 | 144 | 33 |
| Binary | 10001100 | 0 | 10110 | 0 | 1100100 | 1010100 | 101101 | 101011111 | 1100100 | 11011 |
Color Harmonies of #8C0016
Complementary color
Monochromatic Colors of #8C0016
Black with #8C0016
Text Example
Text Example
White with #8C0016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0016; }
p { color: rgb(140,0,22); }
H1.HeaderClassName
{
color: #8C0016;
}
.AnyTagClassName
{
color: #8C0016;
}
</style>
background-color css
<style>
a { background-color: #8C0016; }
a { background-color: rgb(140,0,22); }
div.DivClassName
{
background-color: #8C0016;
}
.BgClassName
{
background-color: #8C0016;
}
</style>
border-color css
<style>
span { border-color: #8C0016; }
span { border-color: rgb(140,0,22); }
td.TdClassName
{
border-color: #8C0016;
}
.TagClassName
{
border-color: #8C0016;
}
</style>