Shades of Carmine #8B0517
Tints of Carmine #8B0517
RGB
CMYK
RGB Variations
Color information
#8B0517 (or 0x8B0517) is known color: Carmine. HEX triplet: 8B, 05 and 17. RGB value is (139,5,23). Sum of RGB (Red+Green+Blue) = 139+5+23=167 (22% of max value = 765). Red value is 139 (54.69% from 255 or 83.23% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0517 is #74FAE8. Grayscale: #2F2F2F. Windows color (decimal): -7666409 or 1508747. OLE color: 1508747.
HSL color Cylindrical-coordinate representation of color #8B0517: hue angle of 351.94º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0517 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 23 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.45 |
| HSL | 351.94º | 0.93% | 0.28% | - |
| HSV(B) | 351.94º | 0.96% | 0.55% | - |
| XYZ | 10.86 | 5.66 | 1.33 | - |
| YUV | 47.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 23 | 0 | 0.96 | 0.83 | 0.45 | 351.94 | 0.93 | 0.28 |
| Hex | 8B | 5 | 17 | 0 | 60 | 53 | 2D | 160 | 5D | 1C |
| Octal | 213 | 5 | 27 | 0 | 140 | 123 | 55 | 540 | 135 | 34 |
| Binary | 10001011 | 101 | 10111 | 0 | 1100000 | 1010011 | 101101 | 101100000 | 1011101 | 11100 |
Color Harmonies of #8B0517
Complementary color
Monochromatic Colors of #8B0517
Black with #8B0517
Text Example
Text Example
White with #8B0517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0517; }
p { color: rgb(139,5,23); }
H1.HeaderClassName
{
color: #8B0517;
}
.AnyTagClassName
{
color: #8B0517;
}
</style>
background-color css
<style>
a { background-color: #8B0517; }
a { background-color: rgb(139,5,23); }
div.DivClassName
{
background-color: #8B0517;
}
.BgClassName
{
background-color: #8B0517;
}
</style>
border-color css
<style>
span { border-color: #8B0517; }
span { border-color: rgb(139,5,23); }
td.TdClassName
{
border-color: #8B0517;
}
.TagClassName
{
border-color: #8B0517;
}
</style>