Shades of Carmine #8B0014
Tints of Carmine #8B0014
RGB
CMYK
RGB Variations
Color information
#8B0014 (or 0x8B0014) is known color: Carmine. HEX triplet: 8B, 00 and 14. RGB value is (139,0,20). Sum of RGB (Red+Green+Blue) = 139+0+20=159 (21% of max value = 765). Red value is 139 (54.69% from 255 or 87.42% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0014 is #74FFEB. Grayscale: #2B2B2B. Windows color (decimal): -7667692 or 1310859. OLE color: 1310859.
HSL color Cylindrical-coordinate representation of color #8B0014: hue angle of 351.37º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B0014 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.86 | 0.45 |
| HSL | 351.37º | 1% | 0.27% | - |
| HSV(B) | 351.37º | 1% | 0.55% | - |
| XYZ | 10.77 | 5.54 | 1.16 | - |
| YUV | 43.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 20 | 0 | 1 | 0.86 | 0.45 | 351.37 | 1 | 0.27 |
| Hex | 8B | 0 | 14 | 0 | 64 | 56 | 2D | 15F | 64 | 1B |
| Octal | 213 | 0 | 24 | 0 | 144 | 126 | 55 | 537 | 144 | 33 |
| Binary | 10001011 | 0 | 10100 | 0 | 1100100 | 1010110 | 101101 | 101011111 | 1100100 | 11011 |
Color Harmonies of #8B0014
Complementary color
Monochromatic Colors of #8B0014
Black with #8B0014
Text Example
Text Example
White with #8B0014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0014; }
p { color: rgb(139,0,20); }
H1.HeaderClassName
{
color: #8B0014;
}
.AnyTagClassName
{
color: #8B0014;
}
</style>
background-color css
<style>
a { background-color: #8B0014; }
a { background-color: rgb(139,0,20); }
div.DivClassName
{
background-color: #8B0014;
}
.BgClassName
{
background-color: #8B0014;
}
</style>
border-color css
<style>
span { border-color: #8B0014; }
span { border-color: rgb(139,0,20); }
td.TdClassName
{
border-color: #8B0014;
}
.TagClassName
{
border-color: #8B0014;
}
</style>