Shades of Carmine #8F0B1E
Tints of Carmine #8F0B1E
RGB
CMYK
RGB Variations
Color information
#8F0B1E (or 0x8F0B1E) is known color: Carmine. HEX triplet: 8F, 0B and 1E. RGB value is (143,11,30). Sum of RGB (Red+Green+Blue) = 143+11+30=184 (24% of max value = 765). Red value is 143 (56.25% from 255 or 77.72% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0B1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0B1E is #70F4E1. Grayscale: #343434. Windows color (decimal): -7402722 or 1969039. OLE color: 1969039.
HSL color Cylindrical-coordinate representation of color #8F0B1E: hue angle of 351.36º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0B1E is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 11 | 30 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.44 |
| HSL | 351.36º | 0.86% | 0.3% | - |
| HSV(B) | 351.36º | 0.92% | 0.56% | - |
| XYZ | 11.68 | 6.17 | 1.8 | - |
| YUV | 52.63 | 115.23 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 30 | 0 | 0.92 | 0.79 | 0.44 | 351.36 | 0.86 | 0.3 |
| Hex | 8F | B | 1E | 0 | 5C | 4F | 2C | 15F | 56 | 1E |
| Octal | 217 | 13 | 36 | 0 | 134 | 117 | 54 | 537 | 126 | 36 |
| Binary | 10001111 | 1011 | 11110 | 0 | 1011100 | 1001111 | 101100 | 101011111 | 1010110 | 11110 |
Color Harmonies of #8F0B1E
Complementary color
Monochromatic Colors of #8F0B1E
Black with #8F0B1E
Text Example
Text Example
White with #8F0B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0B1E; }
p { color: rgb(143,11,30); }
H1.HeaderClassName
{
color: #8F0B1E;
}
.AnyTagClassName
{
color: #8F0B1E;
}
</style>
background-color css
<style>
a { background-color: #8F0B1E; }
a { background-color: rgb(143,11,30); }
div.DivClassName
{
background-color: #8F0B1E;
}
.BgClassName
{
background-color: #8F0B1E;
}
</style>
border-color css
<style>
span { border-color: #8F0B1E; }
span { border-color: rgb(143,11,30); }
td.TdClassName
{
border-color: #8F0B1E;
}
.TagClassName
{
border-color: #8F0B1E;
}
</style>