Shades of Carmine #930E2C
Tints of Carmine #930E2C
RGB
CMYK
RGB Variations
Color information
#930E2C (or 0x930E2C) is known color: Carmine. HEX triplet: 93, 0E and 2C. RGB value is (147,14,44). Sum of RGB (Red+Green+Blue) = 147+14+44=205 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.71% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 147 - color contains mainly: red. Hex color #930E2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930E2C is #6CF1D3. Grayscale: #393939. Windows color (decimal): -7139796 or 2887315. OLE color: 2887315.
HSL color Cylindrical-coordinate representation of color #930E2C: hue angle of 346.47º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930E2C is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 14 | 44 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.42 |
| HSL | 346.47º | 0.83% | 0.32% | - |
| HSV(B) | 346.47º | 0.9% | 0.58% | - |
| XYZ | 12.64 | 6.7 | 3.01 | - |
| YUV | 57.19 | 120.56 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 14 | 44 | 0 | 0.90 | 0.70 | 0.42 | 346.47 | 0.83 | 0.32 |
| Hex | 93 | E | 2C | 0 | 5A | 46 | 2A | 15A | 53 | 20 |
| Octal | 223 | 16 | 54 | 0 | 132 | 106 | 52 | 532 | 123 | 40 |
| Binary | 10010011 | 1110 | 101100 | 0 | 1011010 | 1000110 | 101010 | 101011010 | 1010011 | 100000 |
Color Harmonies of #930E2C
Complementary color
Monochromatic Colors of #930E2C
Black with #930E2C
Text Example
Text Example
White with #930E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930E2C; }
p { color: rgb(147,14,44); }
H1.HeaderClassName
{
color: #930E2C;
}
.AnyTagClassName
{
color: #930E2C;
}
</style>
background-color css
<style>
a { background-color: #930E2C; }
a { background-color: rgb(147,14,44); }
div.DivClassName
{
background-color: #930E2C;
}
.BgClassName
{
background-color: #930E2C;
}
</style>
border-color css
<style>
span { border-color: #930E2C; }
span { border-color: rgb(147,14,44); }
td.TdClassName
{
border-color: #930E2C;
}
.TagClassName
{
border-color: #930E2C;
}
</style>