Shades of Carmine #93051C
Tints of Carmine #93051C
RGB
CMYK
RGB Variations
Color information
#93051C (or 0x93051C) is known color: Carmine. HEX triplet: 93, 05 and 1C. RGB value is (147,5,28). Sum of RGB (Red+Green+Blue) = 147+5+28=180 (23% of max value = 765). Red value is 147 (57.81% from 255 or 81.67% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 147 - color contains mainly: red. Hex color #93051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93051C is #6CFAE3. Grayscale: #323232. Windows color (decimal): -7142116 or 1836435. OLE color: 1836435.
HSL color Cylindrical-coordinate representation of color #93051C: hue angle of 350.28º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93051C is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 5 | 28 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.42 |
| HSL | 350.28º | 0.93% | 0.3% | - |
| HSV(B) | 350.28º | 0.97% | 0.58% | - |
| XYZ | 12.3 | 6.4 | 1.68 | - |
| YUV | 50.08 | 115.54 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 28 | 0 | 0.97 | 0.81 | 0.42 | 350.28 | 0.93 | 0.3 |
| Hex | 93 | 5 | 1C | 0 | 61 | 51 | 2A | 15E | 5D | 1E |
| Octal | 223 | 5 | 34 | 0 | 141 | 121 | 52 | 536 | 135 | 36 |
| Binary | 10010011 | 101 | 11100 | 0 | 1100001 | 1010001 | 101010 | 101011110 | 1011101 | 11110 |
Color Harmonies of #93051C
Complementary color
Monochromatic Colors of #93051C
Black with #93051C
Text Example
Text Example
White with #93051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93051C; }
p { color: rgb(147,5,28); }
H1.HeaderClassName
{
color: #93051C;
}
.AnyTagClassName
{
color: #93051C;
}
</style>
background-color css
<style>
a { background-color: #93051C; }
a { background-color: rgb(147,5,28); }
div.DivClassName
{
background-color: #93051C;
}
.BgClassName
{
background-color: #93051C;
}
</style>
border-color css
<style>
span { border-color: #93051C; }
span { border-color: rgb(147,5,28); }
td.TdClassName
{
border-color: #93051C;
}
.TagClassName
{
border-color: #93051C;
}
</style>