Shades of Carmine #990213
Tints of Carmine #990213
RGB
CMYK
RGB Variations
Color information
#990213 (or 0x990213) is known color: Carmine. HEX triplet: 99, 02 and 13. RGB value is (153,2,19). Sum of RGB (Red+Green+Blue) = 153+2+19=174 (23% of max value = 765). Red value is 153 (60.16% from 255 or 87.93% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 153 - color contains mainly: red. Hex color #990213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990213 is #66FDEC. Grayscale: #313131. Windows color (decimal): -6749677 or 1245849. OLE color: 1245849.
HSL color Cylindrical-coordinate representation of color #990213: hue angle of 353.25º 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 #990213 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 19 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.4 |
| HSL | 353.25º | 0.97% | 0.3% | - |
| HSV(B) | 353.25º | 0.99% | 0.6% | - |
| XYZ | 13.28 | 6.86 | 1.24 | - |
| YUV | 49.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 19 | 0 | 0.99 | 0.88 | 0.4 | 353.25 | 0.97 | 0.3 |
| Hex | 99 | 2 | 13 | 0 | 63 | 58 | 28 | 161 | 61 | 1E |
| Octal | 231 | 2 | 23 | 0 | 143 | 130 | 50 | 541 | 141 | 36 |
| Binary | 10011001 | 10 | 10011 | 0 | 1100011 | 1011000 | 101000 | 101100001 | 1100001 | 11110 |
Color Harmonies of #990213
Complementary color
Monochromatic Colors of #990213
Black with #990213
Text Example
Text Example
White with #990213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990213; }
p { color: rgb(153,2,19); }
H1.HeaderClassName
{
color: #990213;
}
.AnyTagClassName
{
color: #990213;
}
</style>
background-color css
<style>
a { background-color: #990213; }
a { background-color: rgb(153,2,19); }
div.DivClassName
{
background-color: #990213;
}
.BgClassName
{
background-color: #990213;
}
</style>
border-color css
<style>
span { border-color: #990213; }
span { border-color: rgb(153,2,19); }
td.TdClassName
{
border-color: #990213;
}
.TagClassName
{
border-color: #990213;
}
</style>