Shades of Carmine #8C061D
Tints of Carmine #8C061D
RGB
CMYK
RGB Variations
Color information
#8C061D (or 0x8C061D) is known color: Carmine. HEX triplet: 8C, 06 and 1D. RGB value is (140,6,29). Sum of RGB (Red+Green+Blue) = 140+6+29=175 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 140 - color contains mainly: red. Hex color #8C061D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C061D is #73F9E2. Grayscale: #303030. Windows color (decimal): -7600611 or 1902220. OLE color: 1902220.
HSL color Cylindrical-coordinate representation of color #8C061D: hue angle of 349.7º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C061D is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 29 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.45 |
| HSL | 349.7º | 0.92% | 0.29% | - |
| HSV(B) | 349.7º | 0.96% | 0.55% | - |
| XYZ | 11.1 | 5.79 | 1.7 | - |
| YUV | 48.69 | 116.89 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 29 | 0 | 0.96 | 0.79 | 0.45 | 349.7 | 0.92 | 0.29 |
| Hex | 8C | 6 | 1D | 0 | 60 | 4F | 2D | 15E | 5C | 1D |
| Octal | 214 | 6 | 35 | 0 | 140 | 117 | 55 | 536 | 134 | 35 |
| Binary | 10001100 | 110 | 11101 | 0 | 1100000 | 1001111 | 101101 | 101011110 | 1011100 | 11101 |
Color Harmonies of #8C061D
Complementary color
Monochromatic Colors of #8C061D
Black with #8C061D
Text Example
Text Example
White with #8C061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C061D; }
p { color: rgb(140,6,29); }
H1.HeaderClassName
{
color: #8C061D;
}
.AnyTagClassName
{
color: #8C061D;
}
</style>
background-color css
<style>
a { background-color: #8C061D; }
a { background-color: rgb(140,6,29); }
div.DivClassName
{
background-color: #8C061D;
}
.BgClassName
{
background-color: #8C061D;
}
</style>
border-color css
<style>
span { border-color: #8C061D; }
span { border-color: rgb(140,6,29); }
td.TdClassName
{
border-color: #8C061D;
}
.TagClassName
{
border-color: #8C061D;
}
</style>