Shades of Carmine #990E16
Tints of Carmine #990E16
RGB
CMYK
RGB Variations
Color information
#990E16 (or 0x990E16) is known color: Carmine. HEX triplet: 99, 0E and 16. RGB value is (153,14,22). Sum of RGB (Red+Green+Blue) = 153+14+22=189 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.95% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 153 - color contains mainly: red. Hex color #990E16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990E16 is #66F1E9. Grayscale: #383838. Windows color (decimal): -6746602 or 1445529. OLE color: 1445529.
HSL color Cylindrical-coordinate representation of color #990E16: hue angle of 356.55º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990E16 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 22 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.4 |
| HSL | 356.55º | 0.83% | 0.33% | - |
| HSV(B) | 356.55º | 0.91% | 0.6% | - |
| XYZ | 13.44 | 7.14 | 1.43 | - |
| YUV | 56.47 | 108.55 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 22 | 0 | 0.91 | 0.86 | 0.4 | 356.55 | 0.83 | 0.33 |
| Hex | 99 | E | 16 | 0 | 5B | 56 | 28 | 165 | 53 | 21 |
| Octal | 231 | 16 | 26 | 0 | 133 | 126 | 50 | 545 | 123 | 41 |
| Binary | 10011001 | 1110 | 10110 | 0 | 1011011 | 1010110 | 101000 | 101100101 | 1010011 | 100001 |
Color Harmonies of #990E16
Complementary color
Monochromatic Colors of #990E16
Black with #990E16
Text Example
Text Example
White with #990E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E16; }
p { color: rgb(153,14,22); }
H1.HeaderClassName
{
color: #990E16;
}
.AnyTagClassName
{
color: #990E16;
}
</style>
background-color css
<style>
a { background-color: #990E16; }
a { background-color: rgb(153,14,22); }
div.DivClassName
{
background-color: #990E16;
}
.BgClassName
{
background-color: #990E16;
}
</style>
border-color css
<style>
span { border-color: #990E16; }
span { border-color: rgb(153,14,22); }
td.TdClassName
{
border-color: #990E16;
}
.TagClassName
{
border-color: #990E16;
}
</style>