Shades of Carmine #8F101B
Tints of Carmine #8F101B
RGB
CMYK
RGB Variations
Color information
#8F101B (or 0x8F101B) is known color: Carmine. HEX triplet: 8F, 10 and 1B. RGB value is (143,16,27). Sum of RGB (Red+Green+Blue) = 143+16+27=186 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.88% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 143 - color contains mainly: red. Hex color #8F101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F101B is #70EFE4. Grayscale: #373737. Windows color (decimal): -7401445 or 1773711. OLE color: 1773711.
HSL color Cylindrical-coordinate representation of color #8F101B: hue angle of 354.8º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F101B is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 27 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.44 |
| HSL | 354.8º | 0.8% | 0.31% | - |
| HSV(B) | 354.8º | 0.89% | 0.56% | - |
| XYZ | 11.71 | 6.29 | 1.63 | - |
| YUV | 55.23 | 112.08 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 27 | 0 | 0.89 | 0.81 | 0.44 | 354.8 | 0.8 | 0.31 |
| Hex | 8F | 10 | 1B | 0 | 59 | 51 | 2C | 163 | 50 | 1F |
| Octal | 217 | 20 | 33 | 0 | 131 | 121 | 54 | 543 | 120 | 37 |
| Binary | 10001111 | 10000 | 11011 | 0 | 1011001 | 1010001 | 101100 | 101100011 | 1010000 | 11111 |
Color Harmonies of #8F101B
Complementary color
Monochromatic Colors of #8F101B
Black with #8F101B
Text Example
Text Example
White with #8F101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F101B; }
p { color: rgb(143,16,27); }
H1.HeaderClassName
{
color: #8F101B;
}
.AnyTagClassName
{
color: #8F101B;
}
</style>
background-color css
<style>
a { background-color: #8F101B; }
a { background-color: rgb(143,16,27); }
div.DivClassName
{
background-color: #8F101B;
}
.BgClassName
{
background-color: #8F101B;
}
</style>
border-color css
<style>
span { border-color: #8F101B; }
span { border-color: rgb(143,16,27); }
td.TdClassName
{
border-color: #8F101B;
}
.TagClassName
{
border-color: #8F101B;
}
</style>