Shades of Carmine #8B111C
Tints of Carmine #8B111C
RGB
CMYK
RGB Variations
Color information
#8B111C (or 0x8B111C) is known color: Carmine. HEX triplet: 8B, 11 and 1C. RGB value is (139,17,28). Sum of RGB (Red+Green+Blue) = 139+17+28=184 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.54% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 139 - color contains mainly: red. Hex color #8B111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B111C is #74EEE3. Grayscale: #363636. Windows color (decimal): -7663332 or 1839499. OLE color: 1839499.
HSL color Cylindrical-coordinate representation of color #8B111C: hue angle of 354.59º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B111C is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 17 | 28 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.45 |
| HSL | 354.59º | 0.78% | 0.31% | - |
| HSV(B) | 354.59º | 0.88% | 0.55% | - |
| XYZ | 11.06 | 5.97 | 1.67 | - |
| YUV | 54.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 17 | 28 | 0 | 0.88 | 0.80 | 0.45 | 354.59 | 0.78 | 0.31 |
| Hex | 8B | 11 | 1C | 0 | 58 | 50 | 2D | 163 | 4E | 1F |
| Octal | 213 | 21 | 34 | 0 | 130 | 120 | 55 | 543 | 116 | 37 |
| Binary | 10001011 | 10001 | 11100 | 0 | 1011000 | 1010000 | 101101 | 101100011 | 1001110 | 11111 |
Color Harmonies of #8B111C
Complementary color
Monochromatic Colors of #8B111C
Black with #8B111C
Text Example
Text Example
White with #8B111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B111C; }
p { color: rgb(139,17,28); }
H1.HeaderClassName
{
color: #8B111C;
}
.AnyTagClassName
{
color: #8B111C;
}
</style>
background-color css
<style>
a { background-color: #8B111C; }
a { background-color: rgb(139,17,28); }
div.DivClassName
{
background-color: #8B111C;
}
.BgClassName
{
background-color: #8B111C;
}
</style>
border-color css
<style>
span { border-color: #8B111C; }
span { border-color: rgb(139,17,28); }
td.TdClassName
{
border-color: #8B111C;
}
.TagClassName
{
border-color: #8B111C;
}
</style>