Shades of Carmine #8B0916
Tints of Carmine #8B0916
RGB
CMYK
RGB Variations
Color information
#8B0916 (or 0x8B0916) is known color: Carmine. HEX triplet: 8B, 09 and 16. RGB value is (139,9,22). Sum of RGB (Red+Green+Blue) = 139+9+22=170 (22% of max value = 765). Red value is 139 (54.69% from 255 or 81.76% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0916 is #74F6E9. Grayscale: #313131. Windows color (decimal): -7665386 or 1444235. OLE color: 1444235.
HSL color Cylindrical-coordinate representation of color #8B0916: hue angle of 354º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0916 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 9 | 22 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.45 |
| HSL | 354º | 0.88% | 0.29% | - |
| HSV(B) | 354º | 0.94% | 0.55% | - |
| XYZ | 10.89 | 5.74 | 1.29 | - |
| YUV | 49.35 | 112.57 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 9 | 22 | 0 | 0.94 | 0.84 | 0.45 | 354 | 0.88 | 0.29 |
| Hex | 8B | 9 | 16 | 0 | 5E | 54 | 2D | 162 | 58 | 1D |
| Octal | 213 | 11 | 26 | 0 | 136 | 124 | 55 | 542 | 130 | 35 |
| Binary | 10001011 | 1001 | 10110 | 0 | 1011110 | 1010100 | 101101 | 101100010 | 1011000 | 11101 |
Color Harmonies of #8B0916
Complementary color
Monochromatic Colors of #8B0916
Black with #8B0916
Text Example
Text Example
White with #8B0916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0916; }
p { color: rgb(139,9,22); }
H1.HeaderClassName
{
color: #8B0916;
}
.AnyTagClassName
{
color: #8B0916;
}
</style>
background-color css
<style>
a { background-color: #8B0916; }
a { background-color: rgb(139,9,22); }
div.DivClassName
{
background-color: #8B0916;
}
.BgClassName
{
background-color: #8B0916;
}
</style>
border-color css
<style>
span { border-color: #8B0916; }
span { border-color: rgb(139,9,22); }
td.TdClassName
{
border-color: #8B0916;
}
.TagClassName
{
border-color: #8B0916;
}
</style>