Shades of Carmine #8F0C1B
Tints of Carmine #8F0C1B
RGB
CMYK
RGB Variations
Color information
#8F0C1B (or 0x8F0C1B) is known color: Carmine. HEX triplet: 8F, 0C and 1B. RGB value is (143,12,27). Sum of RGB (Red+Green+Blue) = 143+12+27=182 (24% of max value = 765). Red value is 143 (56.25% from 255 or 78.57% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0C1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0C1B is #70F3E4. Grayscale: #343434. Windows color (decimal): -7402469 or 1772687. OLE color: 1772687.
HSL color Cylindrical-coordinate representation of color #8F0C1B: hue angle of 353.13º degrees, saturation: 0.85, 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 #8F0C1B is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 12 | 27 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.44 |
| HSL | 353.13º | 0.85% | 0.3% | - |
| HSV(B) | 353.13º | 0.92% | 0.56% | - |
| XYZ | 11.66 | 6.18 | 1.62 | - |
| YUV | 52.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 27 | 0 | 0.92 | 0.81 | 0.44 | 353.13 | 0.85 | 0.3 |
| Hex | 8F | C | 1B | 0 | 5C | 51 | 2C | 161 | 55 | 1E |
| Octal | 217 | 14 | 33 | 0 | 134 | 121 | 54 | 541 | 125 | 36 |
| Binary | 10001111 | 1100 | 11011 | 0 | 1011100 | 1010001 | 101100 | 101100001 | 1010101 | 11110 |
Color Harmonies of #8F0C1B
Complementary color
Monochromatic Colors of #8F0C1B
Black with #8F0C1B
Text Example
Text Example
White with #8F0C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0C1B; }
p { color: rgb(143,12,27); }
H1.HeaderClassName
{
color: #8F0C1B;
}
.AnyTagClassName
{
color: #8F0C1B;
}
</style>
background-color css
<style>
a { background-color: #8F0C1B; }
a { background-color: rgb(143,12,27); }
div.DivClassName
{
background-color: #8F0C1B;
}
.BgClassName
{
background-color: #8F0C1B;
}
</style>
border-color css
<style>
span { border-color: #8F0C1B; }
span { border-color: rgb(143,12,27); }
td.TdClassName
{
border-color: #8F0C1B;
}
.TagClassName
{
border-color: #8F0C1B;
}
</style>