Shades of Carmine #990E32
Tints of Carmine #990E32
RGB
CMYK
RGB Variations
Color information
#990E32 (or 0x990E32) is known color: Carmine. HEX triplet: 99, 0E and 32. RGB value is (153,14,50). Sum of RGB (Red+Green+Blue) = 153+14+50=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #990E32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990E32 is #66F1CD. Grayscale: #3B3B3B. Windows color (decimal): -6746574 or 3280537. OLE color: 3280537.
HSL color Cylindrical-coordinate representation of color #990E32: hue angle of 344.46º 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 #990E32 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 50 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.4 |
| HSL | 344.46º | 0.83% | 0.33% | - |
| HSV(B) | 344.46º | 0.91% | 0.6% | - |
| XYZ | 13.87 | 7.32 | 3.7 | - |
| YUV | 59.67 | 122.55 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 50 | 0 | 0.91 | 0.67 | 0.4 | 344.46 | 0.83 | 0.33 |
| Hex | 99 | E | 32 | 0 | 5B | 43 | 28 | 158 | 53 | 21 |
| Octal | 231 | 16 | 62 | 0 | 133 | 103 | 50 | 530 | 123 | 41 |
| Binary | 10011001 | 1110 | 110010 | 0 | 1011011 | 1000011 | 101000 | 101011000 | 1010011 | 100001 |
Color Harmonies of #990E32
Complementary color
Monochromatic Colors of #990E32
Black with #990E32
Text Example
Text Example
White with #990E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E32; }
p { color: rgb(153,14,50); }
H1.HeaderClassName
{
color: #990E32;
}
.AnyTagClassName
{
color: #990E32;
}
</style>
background-color css
<style>
a { background-color: #990E32; }
a { background-color: rgb(153,14,50); }
div.DivClassName
{
background-color: #990E32;
}
.BgClassName
{
background-color: #990E32;
}
</style>
border-color css
<style>
span { border-color: #990E32; }
span { border-color: rgb(153,14,50); }
td.TdClassName
{
border-color: #990E32;
}
.TagClassName
{
border-color: #990E32;
}
</style>