Shades of Carmine #93031E
Tints of Carmine #93031E
RGB
CMYK
RGB Variations
Color information
#93031E (or 0x93031E) is known color: Carmine. HEX triplet: 93, 03 and 1E. RGB value is (147,3,30). Sum of RGB (Red+Green+Blue) = 147+3+30=180 (23% of max value = 765). Red value is 147 (57.81% from 255 or 81.67% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 147 - color contains mainly: red. Hex color #93031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93031E is #6CFCE1. Grayscale: #313131. Windows color (decimal): -7142626 or 1966995. OLE color: 1966995.
HSL color Cylindrical-coordinate representation of color #93031E: hue angle of 348.75º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93031E is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 3 | 30 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.42 |
| HSL | 348.75º | 0.96% | 0.29% | - |
| HSV(B) | 348.75º | 0.98% | 0.58% | - |
| XYZ | 12.3 | 6.36 | 1.81 | - |
| YUV | 49.13 | 117.21 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 30 | 0 | 0.98 | 0.80 | 0.42 | 348.75 | 0.96 | 0.29 |
| Hex | 93 | 3 | 1E | 0 | 62 | 50 | 2A | 15D | 60 | 1D |
| Octal | 223 | 3 | 36 | 0 | 142 | 120 | 52 | 535 | 140 | 35 |
| Binary | 10010011 | 11 | 11110 | 0 | 1100010 | 1010000 | 101010 | 101011101 | 1100000 | 11101 |
Color Harmonies of #93031E
Complementary color
Monochromatic Colors of #93031E
Black with #93031E
Text Example
Text Example
White with #93031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93031E; }
p { color: rgb(147,3,30); }
H1.HeaderClassName
{
color: #93031E;
}
.AnyTagClassName
{
color: #93031E;
}
</style>
background-color css
<style>
a { background-color: #93031E; }
a { background-color: rgb(147,3,30); }
div.DivClassName
{
background-color: #93031E;
}
.BgClassName
{
background-color: #93031E;
}
</style>
border-color css
<style>
span { border-color: #93031E; }
span { border-color: rgb(147,3,30); }
td.TdClassName
{
border-color: #93031E;
}
.TagClassName
{
border-color: #93031E;
}
</style>