Shades of Carmine #931124
Tints of Carmine #931124
RGB
CMYK
RGB Variations
Color information
#931124 (or 0x931124) is known color: Carmine. HEX triplet: 93, 11 and 24. RGB value is (147,17,36). Sum of RGB (Red+Green+Blue) = 147+17+36=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #931124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931124 is #6CEEDB. Grayscale: #3A3A3A. Windows color (decimal): -7139036 or 2363795. OLE color: 2363795.
HSL color Cylindrical-coordinate representation of color #931124: hue angle of 351.23º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931124 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 17 | 36 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.42 |
| HSL | 351.23º | 0.79% | 0.32% | - |
| HSV(B) | 351.23º | 0.88% | 0.58% | - |
| XYZ | 12.55 | 6.73 | 2.31 | - |
| YUV | 58.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 17 | 36 | 0 | 0.88 | 0.76 | 0.42 | 351.23 | 0.79 | 0.32 |
| Hex | 93 | 11 | 24 | 0 | 58 | 4C | 2A | 15F | 4F | 20 |
| Octal | 223 | 21 | 44 | 0 | 130 | 114 | 52 | 537 | 117 | 40 |
| Binary | 10010011 | 10001 | 100100 | 0 | 1011000 | 1001100 | 101010 | 101011111 | 1001111 | 100000 |
Color Harmonies of #931124
Complementary color
Monochromatic Colors of #931124
Black with #931124
Text Example
Text Example
White with #931124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931124; }
p { color: rgb(147,17,36); }
H1.HeaderClassName
{
color: #931124;
}
.AnyTagClassName
{
color: #931124;
}
</style>
background-color css
<style>
a { background-color: #931124; }
a { background-color: rgb(147,17,36); }
div.DivClassName
{
background-color: #931124;
}
.BgClassName
{
background-color: #931124;
}
</style>
border-color css
<style>
span { border-color: #931124; }
span { border-color: rgb(147,17,36); }
td.TdClassName
{
border-color: #931124;
}
.TagClassName
{
border-color: #931124;
}
</style>