Shades of Carmine #8D031C
Tints of Carmine #8D031C
RGB
CMYK
RGB Variations
Color information
#8D031C (or 0x8D031C) is known color: Carmine. HEX triplet: 8D, 03 and 1C. RGB value is (141,3,28). Sum of RGB (Red+Green+Blue) = 141+3+28=172 (22% of max value = 765). Red value is 141 (55.47% from 255 or 81.98% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 141 - color contains mainly: red. Hex color #8D031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D031C is #72FCE3. Grayscale: #2F2F2F. Windows color (decimal): -7535844 or 1835917. OLE color: 1835917.
HSL color Cylindrical-coordinate representation of color #8D031C: hue angle of 349.13º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D031C is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 28 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.45 |
| HSL | 349.13º | 0.96% | 0.28% | - |
| HSV(B) | 349.13º | 0.98% | 0.55% | - |
| XYZ | 11.23 | 5.81 | 1.63 | - |
| YUV | 47.11 | 117.22 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 28 | 0 | 0.98 | 0.80 | 0.45 | 349.13 | 0.96 | 0.28 |
| Hex | 8D | 3 | 1C | 0 | 62 | 50 | 2D | 15D | 60 | 1C |
| Octal | 215 | 3 | 34 | 0 | 142 | 120 | 55 | 535 | 140 | 34 |
| Binary | 10001101 | 11 | 11100 | 0 | 1100010 | 1010000 | 101101 | 101011101 | 1100000 | 11100 |
Color Harmonies of #8D031C
Complementary color
Monochromatic Colors of #8D031C
Black with #8D031C
Text Example
Text Example
White with #8D031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D031C; }
p { color: rgb(141,3,28); }
H1.HeaderClassName
{
color: #8D031C;
}
.AnyTagClassName
{
color: #8D031C;
}
</style>
background-color css
<style>
a { background-color: #8D031C; }
a { background-color: rgb(141,3,28); }
div.DivClassName
{
background-color: #8D031C;
}
.BgClassName
{
background-color: #8D031C;
}
</style>
border-color css
<style>
span { border-color: #8D031C; }
span { border-color: rgb(141,3,28); }
td.TdClassName
{
border-color: #8D031C;
}
.TagClassName
{
border-color: #8D031C;
}
</style>