Shades of Carmine #8F0116
Tints of Carmine #8F0116
RGB
CMYK
RGB Variations
Color information
#8F0116 (or 0x8F0116) is known color: Carmine. HEX triplet: 8F, 01 and 16. RGB value is (143,1,22). Sum of RGB (Red+Green+Blue) = 143+1+22=166 (21% of max value = 765). Red value is 143 (56.25% from 255 or 86.14% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0116 is #70FEE9. Grayscale: #2D2D2D. Windows color (decimal): -7405290 or 1442191. OLE color: 1442191.
HSL color Cylindrical-coordinate representation of color #8F0116: hue angle of 351.13º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F0116 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.44 |
| HSL | 351.13º | 0.99% | 0.28% | - |
| HSV(B) | 351.13º | 0.99% | 0.56% | - |
| XYZ | 11.48 | 5.92 | 1.3 | - |
| YUV | 45.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 22 | 0 | 0.99 | 0.85 | 0.44 | 351.13 | 0.99 | 0.28 |
| Hex | 8F | 1 | 16 | 0 | 63 | 55 | 2C | 15F | 63 | 1C |
| Octal | 217 | 1 | 26 | 0 | 143 | 125 | 54 | 537 | 143 | 34 |
| Binary | 10001111 | 1 | 10110 | 0 | 1100011 | 1010101 | 101100 | 101011111 | 1100011 | 11100 |
Color Harmonies of #8F0116
Complementary color
Monochromatic Colors of #8F0116
Black with #8F0116
Text Example
Text Example
White with #8F0116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0116; }
p { color: rgb(143,1,22); }
H1.HeaderClassName
{
color: #8F0116;
}
.AnyTagClassName
{
color: #8F0116;
}
</style>
background-color css
<style>
a { background-color: #8F0116; }
a { background-color: rgb(143,1,22); }
div.DivClassName
{
background-color: #8F0116;
}
.BgClassName
{
background-color: #8F0116;
}
</style>
border-color css
<style>
span { border-color: #8F0116; }
span { border-color: rgb(143,1,22); }
td.TdClassName
{
border-color: #8F0116;
}
.TagClassName
{
border-color: #8F0116;
}
</style>