Shades of Carmine #93081E
Tints of Carmine #93081E
RGB
CMYK
RGB Variations
Color information
#93081E (or 0x93081E) is known color: Carmine. HEX triplet: 93, 08 and 1E. RGB value is (147,8,30). Sum of RGB (Red+Green+Blue) = 147+8+30=185 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.46% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 147 - color contains mainly: red. Hex color #93081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93081E is #6CF7E1. Grayscale: #343434. Windows color (decimal): -7141346 or 1968275. OLE color: 1968275.
HSL color Cylindrical-coordinate representation of color #93081E: hue angle of 350.5º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93081E is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 8 | 30 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.42 |
| HSL | 350.5º | 0.9% | 0.3% | - |
| HSV(B) | 350.5º | 0.95% | 0.58% | - |
| XYZ | 12.35 | 6.47 | 1.83 | - |
| YUV | 52.07 | 115.55 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 30 | 0 | 0.95 | 0.80 | 0.42 | 350.5 | 0.9 | 0.3 |
| Hex | 93 | 8 | 1E | 0 | 5F | 50 | 2A | 15F | 5A | 1E |
| Octal | 223 | 10 | 36 | 0 | 137 | 120 | 52 | 537 | 132 | 36 |
| Binary | 10010011 | 1000 | 11110 | 0 | 1011111 | 1010000 | 101010 | 101011111 | 1011010 | 11110 |
Color Harmonies of #93081E
Complementary color
Monochromatic Colors of #93081E
Black with #93081E
Text Example
Text Example
White with #93081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93081E; }
p { color: rgb(147,8,30); }
H1.HeaderClassName
{
color: #93081E;
}
.AnyTagClassName
{
color: #93081E;
}
</style>
background-color css
<style>
a { background-color: #93081E; }
a { background-color: rgb(147,8,30); }
div.DivClassName
{
background-color: #93081E;
}
.BgClassName
{
background-color: #93081E;
}
</style>
border-color css
<style>
span { border-color: #93081E; }
span { border-color: rgb(147,8,30); }
td.TdClassName
{
border-color: #93081E;
}
.TagClassName
{
border-color: #93081E;
}
</style>