Shades of Carmine #8C041C
Tints of Carmine #8C041C
RGB
CMYK
RGB Variations
Color information
#8C041C (or 0x8C041C) is known color: Carmine. HEX triplet: 8C, 04 and 1C. RGB value is (140,4,28). Sum of RGB (Red+Green+Blue) = 140+4+28=172 (22% of max value = 765). Red value is 140 (55.08% from 255 or 81.40% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 140 - color contains mainly: red. Hex color #8C041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C041C is #73FBE3. Grayscale: #2F2F2F. Windows color (decimal): -7601124 or 1836172. OLE color: 1836172.
HSL color Cylindrical-coordinate representation of color #8C041C: hue angle of 349.41º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C041C is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 28 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.45 |
| HSL | 349.41º | 0.94% | 0.28% | - |
| HSV(B) | 349.41º | 0.97% | 0.55% | - |
| XYZ | 11.07 | 5.75 | 1.62 | - |
| YUV | 47.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 28 | 0 | 0.97 | 0.80 | 0.45 | 349.41 | 0.94 | 0.28 |
| Hex | 8C | 4 | 1C | 0 | 61 | 50 | 2D | 15D | 5E | 1C |
| Octal | 214 | 4 | 34 | 0 | 141 | 120 | 55 | 535 | 136 | 34 |
| Binary | 10001100 | 100 | 11100 | 0 | 1100001 | 1010000 | 101101 | 101011101 | 1011110 | 11100 |
Color Harmonies of #8C041C
Complementary color
Monochromatic Colors of #8C041C
Black with #8C041C
Text Example
Text Example
White with #8C041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C041C; }
p { color: rgb(140,4,28); }
H1.HeaderClassName
{
color: #8C041C;
}
.AnyTagClassName
{
color: #8C041C;
}
</style>
background-color css
<style>
a { background-color: #8C041C; }
a { background-color: rgb(140,4,28); }
div.DivClassName
{
background-color: #8C041C;
}
.BgClassName
{
background-color: #8C041C;
}
</style>
border-color css
<style>
span { border-color: #8C041C; }
span { border-color: rgb(140,4,28); }
td.TdClassName
{
border-color: #8C041C;
}
.TagClassName
{
border-color: #8C041C;
}
</style>