Shades of Carmine #8C0B1F
Tints of Carmine #8C0B1F
RGB
CMYK
RGB Variations
Color information
#8C0B1F (or 0x8C0B1F) is known color: Carmine. HEX triplet: 8C, 0B and 1F. RGB value is (140,11,31). Sum of RGB (Red+Green+Blue) = 140+11+31=182 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.92% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0B1F is #73F4E0. Grayscale: #333333. Windows color (decimal): -7599329 or 2034572. OLE color: 2034572.
HSL color Cylindrical-coordinate representation of color #8C0B1F: hue angle of 350.7º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C0B1F is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 11 | 31 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.45 |
| HSL | 350.7º | 0.85% | 0.3% | - |
| HSV(B) | 350.7º | 0.92% | 0.55% | - |
| XYZ | 11.18 | 5.91 | 1.85 | - |
| YUV | 51.85 | 116.24 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 31 | 0 | 0.92 | 0.78 | 0.45 | 350.7 | 0.85 | 0.3 |
| Hex | 8C | B | 1F | 0 | 5C | 4E | 2D | 15F | 55 | 1E |
| Octal | 214 | 13 | 37 | 0 | 134 | 116 | 55 | 537 | 125 | 36 |
| Binary | 10001100 | 1011 | 11111 | 0 | 1011100 | 1001110 | 101101 | 101011111 | 1010101 | 11110 |
Color Harmonies of #8C0B1F
Complementary color
Monochromatic Colors of #8C0B1F
Black with #8C0B1F
Text Example
Text Example
White with #8C0B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0B1F; }
p { color: rgb(140,11,31); }
H1.HeaderClassName
{
color: #8C0B1F;
}
.AnyTagClassName
{
color: #8C0B1F;
}
</style>
background-color css
<style>
a { background-color: #8C0B1F; }
a { background-color: rgb(140,11,31); }
div.DivClassName
{
background-color: #8C0B1F;
}
.BgClassName
{
background-color: #8C0B1F;
}
</style>
border-color css
<style>
span { border-color: #8C0B1F; }
span { border-color: rgb(140,11,31); }
td.TdClassName
{
border-color: #8C0B1F;
}
.TagClassName
{
border-color: #8C0B1F;
}
</style>