Shades of Carmine #93021E
Tints of Carmine #93021E
RGB
CMYK
RGB Variations
Color information
#93021E (or 0x93021E) is known color: Carmine. HEX triplet: 93, 02 and 1E. RGB value is (147,2,30). Sum of RGB (Red+Green+Blue) = 147+2+30=179 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.12% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 147 - color contains mainly: red. Hex color #93021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93021E is #6CFDE1. Grayscale: #303030. Windows color (decimal): -7142882 or 1966739. OLE color: 1966739.
HSL color Cylindrical-coordinate representation of color #93021E: hue angle of 348.41º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93021E is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 2 | 30 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.42 |
| HSL | 348.41º | 0.97% | 0.29% | - |
| HSV(B) | 348.41º | 0.99% | 0.58% | - |
| XYZ | 12.29 | 6.34 | 1.8 | - |
| YUV | 48.55 | 117.54 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 30 | 0 | 0.99 | 0.80 | 0.42 | 348.41 | 0.97 | 0.29 |
| Hex | 93 | 2 | 1E | 0 | 63 | 50 | 2A | 15C | 61 | 1D |
| Octal | 223 | 2 | 36 | 0 | 143 | 120 | 52 | 534 | 141 | 35 |
| Binary | 10010011 | 10 | 11110 | 0 | 1100011 | 1010000 | 101010 | 101011100 | 1100001 | 11101 |
Color Harmonies of #93021E
Complementary color
Monochromatic Colors of #93021E
Black with #93021E
Text Example
Text Example
White with #93021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93021E; }
p { color: rgb(147,2,30); }
H1.HeaderClassName
{
color: #93021E;
}
.AnyTagClassName
{
color: #93021E;
}
</style>
background-color css
<style>
a { background-color: #93021E; }
a { background-color: rgb(147,2,30); }
div.DivClassName
{
background-color: #93021E;
}
.BgClassName
{
background-color: #93021E;
}
</style>
border-color css
<style>
span { border-color: #93021E; }
span { border-color: rgb(147,2,30); }
td.TdClassName
{
border-color: #93021E;
}
.TagClassName
{
border-color: #93021E;
}
</style>