Shades of Carmine #8B0C17
Tints of Carmine #8B0C17
RGB
CMYK
RGB Variations
Color information
#8B0C17 (or 0x8B0C17) is known color: Carmine. HEX triplet: 8B, 0C and 17. RGB value is (139,12,23). Sum of RGB (Red+Green+Blue) = 139+12+23=174 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.89% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0C17 is #74F3E8. Grayscale: #333333. Windows color (decimal): -7664617 or 1510539. OLE color: 1510539.
HSL color Cylindrical-coordinate representation of color #8B0C17: hue angle of 354.8º 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 #8B0C17 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 12 | 23 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.45 |
| HSL | 354.8º | 0.84% | 0.3% | - |
| HSV(B) | 354.8º | 0.91% | 0.55% | - |
| XYZ | 10.93 | 5.81 | 1.36 | - |
| YUV | 51.23 | 112.08 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 12 | 23 | 0 | 0.91 | 0.83 | 0.45 | 354.8 | 0.84 | 0.3 |
| Hex | 8B | C | 17 | 0 | 5B | 53 | 2D | 163 | 54 | 1E |
| Octal | 213 | 14 | 27 | 0 | 133 | 123 | 55 | 543 | 124 | 36 |
| Binary | 10001011 | 1100 | 10111 | 0 | 1011011 | 1010011 | 101101 | 101100011 | 1010100 | 11110 |
Color Harmonies of #8B0C17
Complementary color
Monochromatic Colors of #8B0C17
Black with #8B0C17
Text Example
Text Example
White with #8B0C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0C17; }
p { color: rgb(139,12,23); }
H1.HeaderClassName
{
color: #8B0C17;
}
.AnyTagClassName
{
color: #8B0C17;
}
</style>
background-color css
<style>
a { background-color: #8B0C17; }
a { background-color: rgb(139,12,23); }
div.DivClassName
{
background-color: #8B0C17;
}
.BgClassName
{
background-color: #8B0C17;
}
</style>
border-color css
<style>
span { border-color: #8B0C17; }
span { border-color: rgb(139,12,23); }
td.TdClassName
{
border-color: #8B0C17;
}
.TagClassName
{
border-color: #8B0C17;
}
</style>