Shades of Carmine #990212
Tints of Carmine #990212
RGB
CMYK
RGB Variations
Color information
#990212 (or 0x990212) is known color: Carmine. HEX triplet: 99, 02 and 12. RGB value is (153,2,18). Sum of RGB (Red+Green+Blue) = 153+2+18=173 (22% of max value = 765). Red value is 153 (60.16% from 255 or 88.44% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 153 - color contains mainly: red. Hex color #990212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990212 is #66FDED. Grayscale: #313131. Windows color (decimal): -6749678 or 1180313. OLE color: 1180313.
HSL color Cylindrical-coordinate representation of color #990212: hue angle of 353.64º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990212 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 18 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.4 |
| HSL | 353.64º | 0.97% | 0.3% | - |
| HSV(B) | 353.64º | 0.99% | 0.6% | - |
| XYZ | 13.27 | 6.86 | 1.2 | - |
| YUV | 48.97 | 110.53 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 18 | 0 | 0.99 | 0.88 | 0.4 | 353.64 | 0.97 | 0.3 |
| Hex | 99 | 2 | 12 | 0 | 63 | 58 | 28 | 162 | 61 | 1E |
| Octal | 231 | 2 | 22 | 0 | 143 | 130 | 50 | 542 | 141 | 36 |
| Binary | 10011001 | 10 | 10010 | 0 | 1100011 | 1011000 | 101000 | 101100010 | 1100001 | 11110 |
Color Harmonies of #990212
Complementary color
Monochromatic Colors of #990212
Black with #990212
Text Example
Text Example
White with #990212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990212; }
p { color: rgb(153,2,18); }
H1.HeaderClassName
{
color: #990212;
}
.AnyTagClassName
{
color: #990212;
}
</style>
background-color css
<style>
a { background-color: #990212; }
a { background-color: rgb(153,2,18); }
div.DivClassName
{
background-color: #990212;
}
.BgClassName
{
background-color: #990212;
}
</style>
border-color css
<style>
span { border-color: #990212; }
span { border-color: rgb(153,2,18); }
td.TdClassName
{
border-color: #990212;
}
.TagClassName
{
border-color: #990212;
}
</style>