Shades of Carmine #8F0B1B
Tints of Carmine #8F0B1B
RGB
CMYK
RGB Variations
Color information
#8F0B1B (or 0x8F0B1B) is known color: Carmine. HEX triplet: 8F, 0B and 1B. RGB value is (143,11,27). Sum of RGB (Red+Green+Blue) = 143+11+27=181 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.01% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0B1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0B1B is #70F4E4. Grayscale: #343434. Windows color (decimal): -7402725 or 1772431. OLE color: 1772431.
HSL color Cylindrical-coordinate representation of color #8F0B1B: hue angle of 352.73º 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 #8F0B1B is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 11 | 27 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.44 |
| HSL | 352.73º | 0.86% | 0.3% | - |
| HSV(B) | 352.73º | 0.92% | 0.56% | - |
| XYZ | 11.65 | 6.16 | 1.61 | - |
| YUV | 52.29 | 113.73 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 27 | 0 | 0.92 | 0.81 | 0.44 | 352.73 | 0.86 | 0.3 |
| Hex | 8F | B | 1B | 0 | 5C | 51 | 2C | 161 | 56 | 1E |
| Octal | 217 | 13 | 33 | 0 | 134 | 121 | 54 | 541 | 126 | 36 |
| Binary | 10001111 | 1011 | 11011 | 0 | 1011100 | 1010001 | 101100 | 101100001 | 1010110 | 11110 |
Color Harmonies of #8F0B1B
Complementary color
Monochromatic Colors of #8F0B1B
Black with #8F0B1B
Text Example
Text Example
White with #8F0B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0B1B; }
p { color: rgb(143,11,27); }
H1.HeaderClassName
{
color: #8F0B1B;
}
.AnyTagClassName
{
color: #8F0B1B;
}
</style>
background-color css
<style>
a { background-color: #8F0B1B; }
a { background-color: rgb(143,11,27); }
div.DivClassName
{
background-color: #8F0B1B;
}
.BgClassName
{
background-color: #8F0B1B;
}
</style>
border-color css
<style>
span { border-color: #8F0B1B; }
span { border-color: rgb(143,11,27); }
td.TdClassName
{
border-color: #8F0B1B;
}
.TagClassName
{
border-color: #8F0B1B;
}
</style>