Shades of Carmine #8B101B
Tints of Carmine #8B101B
RGB
CMYK
RGB Variations
Color information
#8B101B (or 0x8B101B) is known color: Carmine. HEX triplet: 8B, 10 and 1B. RGB value is (139,16,27). Sum of RGB (Red+Green+Blue) = 139+16+27=182 (24% of max value = 765). Red value is 139 (54.69% from 255 or 76.37% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 139 - color contains mainly: red. Hex color #8B101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B101B is #74EFE4. Grayscale: #363636. Windows color (decimal): -7663589 or 1773707. OLE color: 1773707.
HSL color Cylindrical-coordinate representation of color #8B101B: hue angle of 354.63º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B101B is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 27 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.45 |
| HSL | 354.63º | 0.79% | 0.3% | - |
| HSV(B) | 354.63º | 0.88% | 0.55% | - |
| XYZ | 11.03 | 5.94 | 1.6 | - |
| YUV | 54.03 | 112.75 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 27 | 0 | 0.88 | 0.81 | 0.45 | 354.63 | 0.79 | 0.3 |
| Hex | 8B | 10 | 1B | 0 | 58 | 51 | 2D | 163 | 4F | 1E |
| Octal | 213 | 20 | 33 | 0 | 130 | 121 | 55 | 543 | 117 | 36 |
| Binary | 10001011 | 10000 | 11011 | 0 | 1011000 | 1010001 | 101101 | 101100011 | 1001111 | 11110 |
Color Harmonies of #8B101B
Complementary color
Monochromatic Colors of #8B101B
Black with #8B101B
Text Example
Text Example
White with #8B101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B101B; }
p { color: rgb(139,16,27); }
H1.HeaderClassName
{
color: #8B101B;
}
.AnyTagClassName
{
color: #8B101B;
}
</style>
background-color css
<style>
a { background-color: #8B101B; }
a { background-color: rgb(139,16,27); }
div.DivClassName
{
background-color: #8B101B;
}
.BgClassName
{
background-color: #8B101B;
}
</style>
border-color css
<style>
span { border-color: #8B101B; }
span { border-color: rgb(139,16,27); }
td.TdClassName
{
border-color: #8B101B;
}
.TagClassName
{
border-color: #8B101B;
}
</style>