Shades of Carmine #930224
Tints of Carmine #930224
RGB
CMYK
RGB Variations
Color information
#930224 (or 0x930224) is known color: Carmine. HEX triplet: 93, 02 and 24. RGB value is (147,2,36). Sum of RGB (Red+Green+Blue) = 147+2+36=185 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.46% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 147 - color contains mainly: red. Hex color #930224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930224 is #6CFDDB. Grayscale: #313131. Windows color (decimal): -7142876 or 2359955. OLE color: 2359955.
HSL color Cylindrical-coordinate representation of color #930224: hue angle of 345.93º 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 #930224 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 2 | 36 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.42 |
| HSL | 345.93º | 0.97% | 0.29% | - |
| HSV(B) | 345.93º | 0.99% | 0.58% | - |
| XYZ | 12.37 | 6.37 | 2.25 | - |
| YUV | 49.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 36 | 0 | 0.99 | 0.76 | 0.42 | 345.93 | 0.97 | 0.29 |
| Hex | 93 | 2 | 24 | 0 | 63 | 4C | 2A | 15A | 61 | 1D |
| Octal | 223 | 2 | 44 | 0 | 143 | 114 | 52 | 532 | 141 | 35 |
| Binary | 10010011 | 10 | 100100 | 0 | 1100011 | 1001100 | 101010 | 101011010 | 1100001 | 11101 |
Color Harmonies of #930224
Complementary color
Monochromatic Colors of #930224
Black with #930224
Text Example
Text Example
White with #930224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930224; }
p { color: rgb(147,2,36); }
H1.HeaderClassName
{
color: #930224;
}
.AnyTagClassName
{
color: #930224;
}
</style>
background-color css
<style>
a { background-color: #930224; }
a { background-color: rgb(147,2,36); }
div.DivClassName
{
background-color: #930224;
}
.BgClassName
{
background-color: #930224;
}
</style>
border-color css
<style>
span { border-color: #930224; }
span { border-color: rgb(147,2,36); }
td.TdClassName
{
border-color: #930224;
}
.TagClassName
{
border-color: #930224;
}
</style>