Shades of Carmine #8B1020
Tints of Carmine #8B1020
RGB
CMYK
RGB Variations
Color information
#8B1020 (or 0x8B1020) is known color: Carmine. HEX triplet: 8B, 10 and 20. RGB value is (139,16,32). Sum of RGB (Red+Green+Blue) = 139+16+32=187 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.33% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1020 is #74EFDF. Grayscale: #363636. Windows color (decimal): -7663584 or 2101387. OLE color: 2101387.
HSL color Cylindrical-coordinate representation of color #8B1020: hue angle of 352.2º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1020 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 32 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.45 |
| HSL | 352.2º | 0.79% | 0.3% | - |
| HSV(B) | 352.2º | 0.88% | 0.55% | - |
| XYZ | 11.09 | 5.96 | 1.93 | - |
| YUV | 54.6 | 115.25 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 32 | 0 | 0.88 | 0.77 | 0.45 | 352.2 | 0.79 | 0.3 |
| Hex | 8B | 10 | 20 | 0 | 58 | 4D | 2D | 160 | 4F | 1E |
| Octal | 213 | 20 | 40 | 0 | 130 | 115 | 55 | 540 | 117 | 36 |
| Binary | 10001011 | 10000 | 100000 | 0 | 1011000 | 1001101 | 101101 | 101100000 | 1001111 | 11110 |
Color Harmonies of #8B1020
Complementary color
Monochromatic Colors of #8B1020
Black with #8B1020
Text Example
Text Example
White with #8B1020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1020; }
p { color: rgb(139,16,32); }
H1.HeaderClassName
{
color: #8B1020;
}
.AnyTagClassName
{
color: #8B1020;
}
</style>
background-color css
<style>
a { background-color: #8B1020; }
a { background-color: rgb(139,16,32); }
div.DivClassName
{
background-color: #8B1020;
}
.BgClassName
{
background-color: #8B1020;
}
</style>
border-color css
<style>
span { border-color: #8B1020; }
span { border-color: rgb(139,16,32); }
td.TdClassName
{
border-color: #8B1020;
}
.TagClassName
{
border-color: #8B1020;
}
</style>