Shades of Carmine #93101E
Tints of Carmine #93101E
RGB
CMYK
RGB Variations
Color information
#93101E (or 0x93101E) is known color: Carmine. HEX triplet: 93, 10 and 1E. RGB value is (147,16,30). Sum of RGB (Red+Green+Blue) = 147+16+30=193 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.17% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 147 - color contains mainly: red. Hex color #93101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93101E is #6CEFE1. Grayscale: #383838. Windows color (decimal): -7139298 or 1970323. OLE color: 1970323.
HSL color Cylindrical-coordinate representation of color #93101E: hue angle of 353.59º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #93101E is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 16 | 30 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.42 |
| HSL | 353.59º | 0.8% | 0.32% | - |
| HSV(B) | 353.59º | 0.89% | 0.58% | - |
| XYZ | 12.45 | 6.67 | 1.86 | - |
| YUV | 56.77 | 112.9 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 16 | 30 | 0 | 0.89 | 0.80 | 0.42 | 353.59 | 0.8 | 0.32 |
| Hex | 93 | 10 | 1E | 0 | 59 | 50 | 2A | 162 | 50 | 20 |
| Octal | 223 | 20 | 36 | 0 | 131 | 120 | 52 | 542 | 120 | 40 |
| Binary | 10010011 | 10000 | 11110 | 0 | 1011001 | 1010000 | 101010 | 101100010 | 1010000 | 100000 |
Color Harmonies of #93101E
Complementary color
Monochromatic Colors of #93101E
Black with #93101E
Text Example
Text Example
White with #93101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93101E; }
p { color: rgb(147,16,30); }
H1.HeaderClassName
{
color: #93101E;
}
.AnyTagClassName
{
color: #93101E;
}
</style>
background-color css
<style>
a { background-color: #93101E; }
a { background-color: rgb(147,16,30); }
div.DivClassName
{
background-color: #93101E;
}
.BgClassName
{
background-color: #93101E;
}
</style>
border-color css
<style>
span { border-color: #93101E; }
span { border-color: rgb(147,16,30); }
td.TdClassName
{
border-color: #93101E;
}
.TagClassName
{
border-color: #93101E;
}
</style>