Shades of Carmine #930222
Tints of Carmine #930222
RGB
CMYK
RGB Variations
Color information
#930222 (or 0x930222) is known color: Carmine. HEX triplet: 93, 02 and 22. RGB value is (147,2,34). Sum of RGB (Red+Green+Blue) = 147+2+34=183 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.33% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 147 - color contains mainly: red. Hex color #930222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930222 is #6CFDDD. Grayscale: #313131. Windows color (decimal): -7142878 or 2228883. OLE color: 2228883.
HSL color Cylindrical-coordinate representation of color #930222: hue angle of 346.76º 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 #930222 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 2 | 34 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.42 |
| HSL | 346.76º | 0.97% | 0.29% | - |
| HSV(B) | 346.76º | 0.99% | 0.58% | - |
| XYZ | 12.34 | 6.36 | 2.09 | - |
| YUV | 49 | 119.54 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 34 | 0 | 0.99 | 0.77 | 0.42 | 346.76 | 0.97 | 0.29 |
| Hex | 93 | 2 | 22 | 0 | 63 | 4D | 2A | 15B | 61 | 1D |
| Octal | 223 | 2 | 42 | 0 | 143 | 115 | 52 | 533 | 141 | 35 |
| Binary | 10010011 | 10 | 100010 | 0 | 1100011 | 1001101 | 101010 | 101011011 | 1100001 | 11101 |
Color Harmonies of #930222
Complementary color
Monochromatic Colors of #930222
Black with #930222
Text Example
Text Example
White with #930222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930222; }
p { color: rgb(147,2,34); }
H1.HeaderClassName
{
color: #930222;
}
.AnyTagClassName
{
color: #930222;
}
</style>
background-color css
<style>
a { background-color: #930222; }
a { background-color: rgb(147,2,34); }
div.DivClassName
{
background-color: #930222;
}
.BgClassName
{
background-color: #930222;
}
</style>
border-color css
<style>
span { border-color: #930222; }
span { border-color: rgb(147,2,34); }
td.TdClassName
{
border-color: #930222;
}
.TagClassName
{
border-color: #930222;
}
</style>