Shades of Carmine #93151D
Tints of Carmine #93151D
RGB
CMYK
RGB Variations
Color information
#93151D (or 0x93151D) is known color: Carmine. HEX triplet: 93, 15 and 1D. RGB value is (147,21,29). Sum of RGB (Red+Green+Blue) = 147+21+29=197 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.62% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 147 - color contains mainly: red. Hex color #93151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93151D is #6CEAE2. Grayscale: #3B3B3B. Windows color (decimal): -7138019 or 1906067. OLE color: 1906067.
HSL color Cylindrical-coordinate representation of color #93151D: hue angle of 356.19º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93151D is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 21 | 29 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.42 |
| HSL | 356.19º | 0.75% | 0.33% | - |
| HSV(B) | 356.19º | 0.86% | 0.58% | - |
| XYZ | 12.52 | 6.83 | 1.82 | - |
| YUV | 59.59 | 110.74 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 29 | 0 | 0.86 | 0.80 | 0.42 | 356.19 | 0.75 | 0.33 |
| Hex | 93 | 15 | 1D | 0 | 56 | 50 | 2A | 164 | 4B | 21 |
| Octal | 223 | 25 | 35 | 0 | 126 | 120 | 52 | 544 | 113 | 41 |
| Binary | 10010011 | 10101 | 11101 | 0 | 1010110 | 1010000 | 101010 | 101100100 | 1001011 | 100001 |
Color Harmonies of #93151D
Complementary color
Monochromatic Colors of #93151D
Black with #93151D
Text Example
Text Example
White with #93151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93151D; }
p { color: rgb(147,21,29); }
H1.HeaderClassName
{
color: #93151D;
}
.AnyTagClassName
{
color: #93151D;
}
</style>
background-color css
<style>
a { background-color: #93151D; }
a { background-color: rgb(147,21,29); }
div.DivClassName
{
background-color: #93151D;
}
.BgClassName
{
background-color: #93151D;
}
</style>
border-color css
<style>
span { border-color: #93151D; }
span { border-color: rgb(147,21,29); }
td.TdClassName
{
border-color: #93151D;
}
.TagClassName
{
border-color: #93151D;
}
</style>