Shades of Carmine #930E20
Tints of Carmine #930E20
RGB
CMYK
RGB Variations
Color information
#930E20 (or 0x930E20) is known color: Carmine. HEX triplet: 93, 0E and 20. RGB value is (147,14,32). Sum of RGB (Red+Green+Blue) = 147+14+32=193 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.17% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 147 - color contains mainly: red. Hex color #930E20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930E20 is #6CF1DF. Grayscale: #373737. Windows color (decimal): -7139808 or 2100883. OLE color: 2100883.
HSL color Cylindrical-coordinate representation of color #930E20: hue angle of 351.88º 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 #930E20 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 14 | 32 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.42 |
| HSL | 351.88º | 0.83% | 0.32% | - |
| HSV(B) | 351.88º | 0.9% | 0.58% | - |
| XYZ | 12.45 | 6.62 | 1.99 | - |
| YUV | 55.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 14 | 32 | 0 | 0.90 | 0.78 | 0.42 | 351.88 | 0.83 | 0.32 |
| Hex | 93 | E | 20 | 0 | 5A | 4E | 2A | 160 | 53 | 20 |
| Octal | 223 | 16 | 40 | 0 | 132 | 116 | 52 | 540 | 123 | 40 |
| Binary | 10010011 | 1110 | 100000 | 0 | 1011010 | 1001110 | 101010 | 101100000 | 1010011 | 100000 |
Color Harmonies of #930E20
Complementary color
Monochromatic Colors of #930E20
Black with #930E20
Text Example
Text Example
White with #930E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930E20; }
p { color: rgb(147,14,32); }
H1.HeaderClassName
{
color: #930E20;
}
.AnyTagClassName
{
color: #930E20;
}
</style>
background-color css
<style>
a { background-color: #930E20; }
a { background-color: rgb(147,14,32); }
div.DivClassName
{
background-color: #930E20;
}
.BgClassName
{
background-color: #930E20;
}
</style>
border-color css
<style>
span { border-color: #930E20; }
span { border-color: rgb(147,14,32); }
td.TdClassName
{
border-color: #930E20;
}
.TagClassName
{
border-color: #930E20;
}
</style>