Shades of Carmine #8B0E20
Tints of Carmine #8B0E20
RGB
CMYK
RGB Variations
Color information
#8B0E20 (or 0x8B0E20) is known color: Carmine. HEX triplet: 8B, 0E and 20. RGB value is (139,14,32). Sum of RGB (Red+Green+Blue) = 139+14+32=185 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.14% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0E20 is #74F1DF. Grayscale: #353535. Windows color (decimal): -7664096 or 2100875. OLE color: 2100875.
HSL color Cylindrical-coordinate representation of color #8B0E20: hue angle of 351.36º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B0E20 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 14 | 32 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.45 |
| HSL | 351.36º | 0.82% | 0.3% | - |
| HSV(B) | 351.36º | 0.9% | 0.55% | - |
| XYZ | 11.07 | 5.91 | 1.92 | - |
| YUV | 53.43 | 115.91 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 14 | 32 | 0 | 0.90 | 0.77 | 0.45 | 351.36 | 0.82 | 0.3 |
| Hex | 8B | E | 20 | 0 | 5A | 4D | 2D | 15F | 52 | 1E |
| Octal | 213 | 16 | 40 | 0 | 132 | 115 | 55 | 537 | 122 | 36 |
| Binary | 10001011 | 1110 | 100000 | 0 | 1011010 | 1001101 | 101101 | 101011111 | 1010010 | 11110 |
Color Harmonies of #8B0E20
Complementary color
Monochromatic Colors of #8B0E20
Black with #8B0E20
Text Example
Text Example
White with #8B0E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0E20; }
p { color: rgb(139,14,32); }
H1.HeaderClassName
{
color: #8B0E20;
}
.AnyTagClassName
{
color: #8B0E20;
}
</style>
background-color css
<style>
a { background-color: #8B0E20; }
a { background-color: rgb(139,14,32); }
div.DivClassName
{
background-color: #8B0E20;
}
.BgClassName
{
background-color: #8B0E20;
}
</style>
border-color css
<style>
span { border-color: #8B0E20; }
span { border-color: rgb(139,14,32); }
td.TdClassName
{
border-color: #8B0E20;
}
.TagClassName
{
border-color: #8B0E20;
}
</style>