Shades of Carmine #990E1E
Tints of Carmine #990E1E
RGB
CMYK
RGB Variations
Color information
#990E1E (or 0x990E1E) is known color: Carmine. HEX triplet: 99, 0E and 1E. RGB value is (153,14,30). Sum of RGB (Red+Green+Blue) = 153+14+30=197 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.66% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 153 - color contains mainly: red. Hex color #990E1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990E1E is #66F1E1. Grayscale: #393939. Windows color (decimal): -6746594 or 1969817. OLE color: 1969817.
HSL color Cylindrical-coordinate representation of color #990E1E: hue angle of 353.09º 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 #990E1E is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 30 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.4 |
| HSL | 353.09º | 0.83% | 0.33% | - |
| HSV(B) | 353.09º | 0.91% | 0.6% | - |
| XYZ | 13.53 | 7.18 | 1.9 | - |
| YUV | 57.39 | 112.55 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 30 | 0 | 0.91 | 0.80 | 0.4 | 353.09 | 0.83 | 0.33 |
| Hex | 99 | E | 1E | 0 | 5B | 50 | 28 | 161 | 53 | 21 |
| Octal | 231 | 16 | 36 | 0 | 133 | 120 | 50 | 541 | 123 | 41 |
| Binary | 10011001 | 1110 | 11110 | 0 | 1011011 | 1010000 | 101000 | 101100001 | 1010011 | 100001 |
Color Harmonies of #990E1E
Complementary color
Monochromatic Colors of #990E1E
Black with #990E1E
Text Example
Text Example
White with #990E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E1E; }
p { color: rgb(153,14,30); }
H1.HeaderClassName
{
color: #990E1E;
}
.AnyTagClassName
{
color: #990E1E;
}
</style>
background-color css
<style>
a { background-color: #990E1E; }
a { background-color: rgb(153,14,30); }
div.DivClassName
{
background-color: #990E1E;
}
.BgClassName
{
background-color: #990E1E;
}
</style>
border-color css
<style>
span { border-color: #990E1E; }
span { border-color: rgb(153,14,30); }
td.TdClassName
{
border-color: #990E1E;
}
.TagClassName
{
border-color: #990E1E;
}
</style>