Shades of Carmine #8D001B
Tints of Carmine #8D001B
RGB
CMYK
RGB Variations
Color information
#8D001B (or 0x8D001B) is known color: Carmine. HEX triplet: 8D, 00 and 1B. RGB value is (141,0,27). Sum of RGB (Red+Green+Blue) = 141+0+27=168 (22% of max value = 765). Red value is 141 (55.47% from 255 or 83.93% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 141 - color contains mainly: red. Hex color #8D001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D001B is #72FFE4. Grayscale: #2D2D2D. Windows color (decimal): -7536613 or 1769613. OLE color: 1769613.
HSL color Cylindrical-coordinate representation of color #8D001B: hue angle of 348.51º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D001B is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.81 | 0.45 |
| HSL | 348.51º | 1% | 0.28% | - |
| HSV(B) | 348.51º | 1% | 0.55% | - |
| XYZ | 11.18 | 5.74 | 1.56 | - |
| YUV | 45.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 27 | 0 | 1 | 0.81 | 0.45 | 348.51 | 1 | 0.28 |
| Hex | 8D | 0 | 1B | 0 | 64 | 51 | 2D | 15D | 64 | 1C |
| Octal | 215 | 0 | 33 | 0 | 144 | 121 | 55 | 535 | 144 | 34 |
| Binary | 10001101 | 0 | 11011 | 0 | 1100100 | 1010001 | 101101 | 101011101 | 1100100 | 11100 |
Color Harmonies of #8D001B
Complementary color
Monochromatic Colors of #8D001B
Black with #8D001B
Text Example
Text Example
White with #8D001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D001B; }
p { color: rgb(141,0,27); }
H1.HeaderClassName
{
color: #8D001B;
}
.AnyTagClassName
{
color: #8D001B;
}
</style>
background-color css
<style>
a { background-color: #8D001B; }
a { background-color: rgb(141,0,27); }
div.DivClassName
{
background-color: #8D001B;
}
.BgClassName
{
background-color: #8D001B;
}
</style>
border-color css
<style>
span { border-color: #8D001B; }
span { border-color: rgb(141,0,27); }
td.TdClassName
{
border-color: #8D001B;
}
.TagClassName
{
border-color: #8D001B;
}
</style>