Shades of Carmine #93161C
Tints of Carmine #93161C
RGB
CMYK
RGB Variations
Color information
#93161C (or 0x93161C) is known color: Carmine. HEX triplet: 93, 16 and 1C. RGB value is (147,22,28). Sum of RGB (Red+Green+Blue) = 147+22+28=197 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.62% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 147 - color contains mainly: red. Hex color #93161C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93161C is #6CE9E3. Grayscale: #3C3C3C. Windows color (decimal): -7137764 or 1840787. OLE color: 1840787.
HSL color Cylindrical-coordinate representation of color #93161C: hue angle of 357.12º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #93161C is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 22 | 28 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.42 |
| HSL | 357.12º | 0.74% | 0.33% | - |
| HSV(B) | 357.12º | 0.85% | 0.58% | - |
| XYZ | 12.53 | 6.86 | 1.76 | - |
| YUV | 60.06 | 109.91 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 28 | 0 | 0.85 | 0.81 | 0.42 | 357.12 | 0.74 | 0.33 |
| Hex | 93 | 16 | 1C | 0 | 55 | 51 | 2A | 165 | 4A | 21 |
| Octal | 223 | 26 | 34 | 0 | 125 | 121 | 52 | 545 | 112 | 41 |
| Binary | 10010011 | 10110 | 11100 | 0 | 1010101 | 1010001 | 101010 | 101100101 | 1001010 | 100001 |
Color Harmonies of #93161C
Complementary color
Monochromatic Colors of #93161C
Black with #93161C
Text Example
Text Example
White with #93161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93161C; }
p { color: rgb(147,22,28); }
H1.HeaderClassName
{
color: #93161C;
}
.AnyTagClassName
{
color: #93161C;
}
</style>
background-color css
<style>
a { background-color: #93161C; }
a { background-color: rgb(147,22,28); }
div.DivClassName
{
background-color: #93161C;
}
.BgClassName
{
background-color: #93161C;
}
</style>
border-color css
<style>
span { border-color: #93161C; }
span { border-color: rgb(147,22,28); }
td.TdClassName
{
border-color: #93161C;
}
.TagClassName
{
border-color: #93161C;
}
</style>