Shades of Carmine #990E1C
Tints of Carmine #990E1C
RGB
CMYK
RGB Variations
Color information
#990E1C (or 0x990E1C) is known color: Carmine. HEX triplet: 99, 0E and 1C. RGB value is (153,14,28). Sum of RGB (Red+Green+Blue) = 153+14+28=195 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.46% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 153 - color contains mainly: red. Hex color #990E1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990E1C is #66F1E3. Grayscale: #393939. Windows color (decimal): -6746596 or 1838745. OLE color: 1838745.
HSL color Cylindrical-coordinate representation of color #990E1C: hue angle of 353.96º 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 #990E1C is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 28 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.4 |
| HSL | 353.96º | 0.83% | 0.33% | - |
| HSV(B) | 353.96º | 0.91% | 0.6% | - |
| XYZ | 13.5 | 7.17 | 1.77 | - |
| YUV | 57.16 | 111.55 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 28 | 0 | 0.91 | 0.82 | 0.4 | 353.96 | 0.83 | 0.33 |
| Hex | 99 | E | 1C | 0 | 5B | 52 | 28 | 162 | 53 | 21 |
| Octal | 231 | 16 | 34 | 0 | 133 | 122 | 50 | 542 | 123 | 41 |
| Binary | 10011001 | 1110 | 11100 | 0 | 1011011 | 1010010 | 101000 | 101100010 | 1010011 | 100001 |
Color Harmonies of #990E1C
Complementary color
Monochromatic Colors of #990E1C
Black with #990E1C
Text Example
Text Example
White with #990E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E1C; }
p { color: rgb(153,14,28); }
H1.HeaderClassName
{
color: #990E1C;
}
.AnyTagClassName
{
color: #990E1C;
}
</style>
background-color css
<style>
a { background-color: #990E1C; }
a { background-color: rgb(153,14,28); }
div.DivClassName
{
background-color: #990E1C;
}
.BgClassName
{
background-color: #990E1C;
}
</style>
border-color css
<style>
span { border-color: #990E1C; }
span { border-color: rgb(153,14,28); }
td.TdClassName
{
border-color: #990E1C;
}
.TagClassName
{
border-color: #990E1C;
}
</style>