Shades of Carmine #8D011A
Tints of Carmine #8D011A
RGB
CMYK
RGB Variations
Color information
#8D011A (or 0x8D011A) is known color: Carmine. HEX triplet: 8D, 01 and 1A. RGB value is (141,1,26). Sum of RGB (Red+Green+Blue) = 141+1+26=168 (22% of max value = 765). Red value is 141 (55.47% from 255 or 83.93% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 141 - color contains mainly: red. Hex color #8D011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D011A is #72FEE5. Grayscale: #2D2D2D. Windows color (decimal): -7536358 or 1704333. OLE color: 1704333.
HSL color Cylindrical-coordinate representation of color #8D011A: hue angle of 349.29º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D011A is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.45 |
| HSL | 349.29º | 0.99% | 0.28% | - |
| HSV(B) | 349.29º | 0.99% | 0.55% | - |
| XYZ | 11.18 | 5.76 | 1.5 | - |
| YUV | 45.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 26 | 0 | 0.99 | 0.82 | 0.45 | 349.29 | 0.99 | 0.28 |
| Hex | 8D | 1 | 1A | 0 | 63 | 52 | 2D | 15D | 63 | 1C |
| Octal | 215 | 1 | 32 | 0 | 143 | 122 | 55 | 535 | 143 | 34 |
| Binary | 10001101 | 1 | 11010 | 0 | 1100011 | 1010010 | 101101 | 101011101 | 1100011 | 11100 |
Color Harmonies of #8D011A
Complementary color
Monochromatic Colors of #8D011A
Black with #8D011A
Text Example
Text Example
White with #8D011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D011A; }
p { color: rgb(141,1,26); }
H1.HeaderClassName
{
color: #8D011A;
}
.AnyTagClassName
{
color: #8D011A;
}
</style>
background-color css
<style>
a { background-color: #8D011A; }
a { background-color: rgb(141,1,26); }
div.DivClassName
{
background-color: #8D011A;
}
.BgClassName
{
background-color: #8D011A;
}
</style>
border-color css
<style>
span { border-color: #8D011A; }
span { border-color: rgb(141,1,26); }
td.TdClassName
{
border-color: #8D011A;
}
.TagClassName
{
border-color: #8D011A;
}
</style>