Shades of Carmine #8B0619
Tints of Carmine #8B0619
RGB
CMYK
RGB Variations
Color information
#8B0619 (or 0x8B0619) is known color: Carmine. HEX triplet: 8B, 06 and 19. RGB value is (139,6,25). Sum of RGB (Red+Green+Blue) = 139+6+25=170 (22% of max value = 765). Red value is 139 (54.69% from 255 or 81.76% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0619 is #74F9E6. Grayscale: #2F2F2F. Windows color (decimal): -7666151 or 1640075. OLE color: 1640075.
HSL color Cylindrical-coordinate representation of color #8B0619: hue angle of 351.43º degrees, saturation: 0.92, 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 #8B0619 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 6 | 25 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.45 |
| HSL | 351.43º | 0.92% | 0.28% | - |
| HSV(B) | 351.43º | 0.96% | 0.55% | - |
| XYZ | 10.89 | 5.69 | 1.44 | - |
| YUV | 47.93 | 115.06 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 25 | 0 | 0.96 | 0.82 | 0.45 | 351.43 | 0.92 | 0.28 |
| Hex | 8B | 6 | 19 | 0 | 60 | 52 | 2D | 15F | 5C | 1C |
| Octal | 213 | 6 | 31 | 0 | 140 | 122 | 55 | 537 | 134 | 34 |
| Binary | 10001011 | 110 | 11001 | 0 | 1100000 | 1010010 | 101101 | 101011111 | 1011100 | 11100 |
Color Harmonies of #8B0619
Complementary color
Monochromatic Colors of #8B0619
Black with #8B0619
Text Example
Text Example
White with #8B0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0619; }
p { color: rgb(139,6,25); }
H1.HeaderClassName
{
color: #8B0619;
}
.AnyTagClassName
{
color: #8B0619;
}
</style>
background-color css
<style>
a { background-color: #8B0619; }
a { background-color: rgb(139,6,25); }
div.DivClassName
{
background-color: #8B0619;
}
.BgClassName
{
background-color: #8B0619;
}
</style>
border-color css
<style>
span { border-color: #8B0619; }
span { border-color: rgb(139,6,25); }
td.TdClassName
{
border-color: #8B0619;
}
.TagClassName
{
border-color: #8B0619;
}
</style>