Shades of Carmine #8C031E
Tints of Carmine #8C031E
RGB
CMYK
RGB Variations
Color information
#8C031E (or 0x8C031E) is known color: Carmine. HEX triplet: 8C, 03 and 1E. RGB value is (140,3,30). Sum of RGB (Red+Green+Blue) = 140+3+30=173 (22% of max value = 765). Red value is 140 (55.08% from 255 or 80.92% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 140 - color contains mainly: red. Hex color #8C031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C031E is #73FCE1. Grayscale: #2F2F2F. Windows color (decimal): -7601378 or 1966988. OLE color: 1966988.
HSL color Cylindrical-coordinate representation of color #8C031E: hue angle of 348.18º 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 #8C031E is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 30 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.45 |
| HSL | 348.18º | 0.96% | 0.28% | - |
| HSV(B) | 348.18º | 0.98% | 0.55% | - |
| XYZ | 11.08 | 5.73 | 1.75 | - |
| YUV | 47.04 | 118.39 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 30 | 0 | 0.98 | 0.79 | 0.45 | 348.18 | 0.96 | 0.28 |
| Hex | 8C | 3 | 1E | 0 | 62 | 4F | 2D | 15C | 60 | 1C |
| Octal | 214 | 3 | 36 | 0 | 142 | 117 | 55 | 534 | 140 | 34 |
| Binary | 10001100 | 11 | 11110 | 0 | 1100010 | 1001111 | 101101 | 101011100 | 1100000 | 11100 |
Color Harmonies of #8C031E
Complementary color
Monochromatic Colors of #8C031E
Black with #8C031E
Text Example
Text Example
White with #8C031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C031E; }
p { color: rgb(140,3,30); }
H1.HeaderClassName
{
color: #8C031E;
}
.AnyTagClassName
{
color: #8C031E;
}
</style>
background-color css
<style>
a { background-color: #8C031E; }
a { background-color: rgb(140,3,30); }
div.DivClassName
{
background-color: #8C031E;
}
.BgClassName
{
background-color: #8C031E;
}
</style>
border-color css
<style>
span { border-color: #8C031E; }
span { border-color: rgb(140,3,30); }
td.TdClassName
{
border-color: #8C031E;
}
.TagClassName
{
border-color: #8C031E;
}
</style>