Shades of Carmine #8B0C1C
Tints of Carmine #8B0C1C
RGB
CMYK
RGB Variations
Color information
#8B0C1C (or 0x8B0C1C) is known color: Carmine. HEX triplet: 8B, 0C and 1C. RGB value is (139,12,28). Sum of RGB (Red+Green+Blue) = 139+12+28=179 (23% of max value = 765). Red value is 139 (54.69% from 255 or 77.65% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0C1C is #74F3E3. Grayscale: #333333. Windows color (decimal): -7664612 or 1838219. OLE color: 1838219.
HSL color Cylindrical-coordinate representation of color #8B0C1C: hue angle of 352.44º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0C1C is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 12 | 28 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.45 |
| HSL | 352.44º | 0.84% | 0.3% | - |
| HSV(B) | 352.44º | 0.91% | 0.55% | - |
| XYZ | 10.99 | 5.84 | 1.65 | - |
| YUV | 51.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 12 | 28 | 0 | 0.91 | 0.80 | 0.45 | 352.44 | 0.84 | 0.3 |
| Hex | 8B | C | 1C | 0 | 5B | 50 | 2D | 160 | 54 | 1E |
| Octal | 213 | 14 | 34 | 0 | 133 | 120 | 55 | 540 | 124 | 36 |
| Binary | 10001011 | 1100 | 11100 | 0 | 1011011 | 1010000 | 101101 | 101100000 | 1010100 | 11110 |
Color Harmonies of #8B0C1C
Complementary color
Monochromatic Colors of #8B0C1C
Black with #8B0C1C
Text Example
Text Example
White with #8B0C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0C1C; }
p { color: rgb(139,12,28); }
H1.HeaderClassName
{
color: #8B0C1C;
}
.AnyTagClassName
{
color: #8B0C1C;
}
</style>
background-color css
<style>
a { background-color: #8B0C1C; }
a { background-color: rgb(139,12,28); }
div.DivClassName
{
background-color: #8B0C1C;
}
.BgClassName
{
background-color: #8B0C1C;
}
</style>
border-color css
<style>
span { border-color: #8B0C1C; }
span { border-color: rgb(139,12,28); }
td.TdClassName
{
border-color: #8B0C1C;
}
.TagClassName
{
border-color: #8B0C1C;
}
</style>