Shades of Carmine #8C061C
Tints of Carmine #8C061C
RGB
CMYK
RGB Variations
Color information
#8C061C (or 0x8C061C) is known color: Carmine. HEX triplet: 8C, 06 and 1C. RGB value is (140,6,28). Sum of RGB (Red+Green+Blue) = 140+6+28=174 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80.46% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 140 - color contains mainly: red. Hex color #8C061C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C061C is #73F9E3. Grayscale: #303030. Windows color (decimal): -7600612 or 1836684. OLE color: 1836684.
HSL color Cylindrical-coordinate representation of color #8C061C: hue angle of 350.15º 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 #8C061C is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 28 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.45 |
| HSL | 350.15º | 0.92% | 0.29% | - |
| HSV(B) | 350.15º | 0.96% | 0.55% | - |
| XYZ | 11.09 | 5.79 | 1.63 | - |
| YUV | 48.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 28 | 0 | 0.96 | 0.80 | 0.45 | 350.15 | 0.92 | 0.29 |
| Hex | 8C | 6 | 1C | 0 | 60 | 50 | 2D | 15E | 5C | 1D |
| Octal | 214 | 6 | 34 | 0 | 140 | 120 | 55 | 536 | 134 | 35 |
| Binary | 10001100 | 110 | 11100 | 0 | 1100000 | 1010000 | 101101 | 101011110 | 1011100 | 11101 |
Color Harmonies of #8C061C
Complementary color
Monochromatic Colors of #8C061C
Black with #8C061C
Text Example
Text Example
White with #8C061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C061C; }
p { color: rgb(140,6,28); }
H1.HeaderClassName
{
color: #8C061C;
}
.AnyTagClassName
{
color: #8C061C;
}
</style>
background-color css
<style>
a { background-color: #8C061C; }
a { background-color: rgb(140,6,28); }
div.DivClassName
{
background-color: #8C061C;
}
.BgClassName
{
background-color: #8C061C;
}
</style>
border-color css
<style>
span { border-color: #8C061C; }
span { border-color: rgb(140,6,28); }
td.TdClassName
{
border-color: #8C061C;
}
.TagClassName
{
border-color: #8C061C;
}
</style>