Shades of Carmine #93092C
Tints of Carmine #93092C
RGB
CMYK
RGB Variations
Color information
#93092C (or 0x93092C) is known color: Carmine. HEX triplet: 93, 09 and 2C. RGB value is (147,9,44). Sum of RGB (Red+Green+Blue) = 147+9+44=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #93092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93092C is #6CF6D3. Grayscale: #363636. Windows color (decimal): -7141076 or 2886035. OLE color: 2886035.
HSL color Cylindrical-coordinate representation of color #93092C: hue angle of 344.78º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93092C is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 9 | 44 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.42 |
| HSL | 344.78º | 0.88% | 0.31% | - |
| HSV(B) | 344.78º | 0.94% | 0.58% | - |
| XYZ | 12.58 | 6.58 | 2.99 | - |
| YUV | 54.25 | 122.22 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 9 | 44 | 0 | 0.94 | 0.70 | 0.42 | 344.78 | 0.88 | 0.31 |
| Hex | 93 | 9 | 2C | 0 | 5E | 46 | 2A | 159 | 58 | 1F |
| Octal | 223 | 11 | 54 | 0 | 136 | 106 | 52 | 531 | 130 | 37 |
| Binary | 10010011 | 1001 | 101100 | 0 | 1011110 | 1000110 | 101010 | 101011001 | 1011000 | 11111 |
Color Harmonies of #93092C
Complementary color
Monochromatic Colors of #93092C
Black with #93092C
Text Example
Text Example
White with #93092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93092C; }
p { color: rgb(147,9,44); }
H1.HeaderClassName
{
color: #93092C;
}
.AnyTagClassName
{
color: #93092C;
}
</style>
background-color css
<style>
a { background-color: #93092C; }
a { background-color: rgb(147,9,44); }
div.DivClassName
{
background-color: #93092C;
}
.BgClassName
{
background-color: #93092C;
}
</style>
border-color css
<style>
span { border-color: #93092C; }
span { border-color: rgb(147,9,44); }
td.TdClassName
{
border-color: #93092C;
}
.TagClassName
{
border-color: #93092C;
}
</style>