Shades of Carmine #8C061F
Tints of Carmine #8C061F
RGB
CMYK
RGB Variations
Color information
#8C061F (or 0x8C061F) is known color: Carmine. HEX triplet: 8C, 06 and 1F. RGB value is (140,6,31). Sum of RGB (Red+Green+Blue) = 140+6+31=177 (23% of max value = 765). Red value is 140 (55.08% from 255 or 79.10% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 140 - color contains mainly: red. Hex color #8C061F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C061F is #73F9E0. Grayscale: #303030. Windows color (decimal): -7600609 or 2033292. OLE color: 2033292.
HSL color Cylindrical-coordinate representation of color #8C061F: hue angle of 348.81º 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 #8C061F is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 31 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.45 |
| HSL | 348.81º | 0.92% | 0.29% | - |
| HSV(B) | 348.81º | 0.96% | 0.55% | - |
| XYZ | 11.13 | 5.8 | 1.83 | - |
| YUV | 48.92 | 117.89 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 31 | 0 | 0.96 | 0.78 | 0.45 | 348.81 | 0.92 | 0.29 |
| Hex | 8C | 6 | 1F | 0 | 60 | 4E | 2D | 15D | 5C | 1D |
| Octal | 214 | 6 | 37 | 0 | 140 | 116 | 55 | 535 | 134 | 35 |
| Binary | 10001100 | 110 | 11111 | 0 | 1100000 | 1001110 | 101101 | 101011101 | 1011100 | 11101 |
Color Harmonies of #8C061F
Complementary color
Monochromatic Colors of #8C061F
Black with #8C061F
Text Example
Text Example
White with #8C061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C061F; }
p { color: rgb(140,6,31); }
H1.HeaderClassName
{
color: #8C061F;
}
.AnyTagClassName
{
color: #8C061F;
}
</style>
background-color css
<style>
a { background-color: #8C061F; }
a { background-color: rgb(140,6,31); }
div.DivClassName
{
background-color: #8C061F;
}
.BgClassName
{
background-color: #8C061F;
}
</style>
border-color css
<style>
span { border-color: #8C061F; }
span { border-color: rgb(140,6,31); }
td.TdClassName
{
border-color: #8C061F;
}
.TagClassName
{
border-color: #8C061F;
}
</style>