Shades of Carmine #990E28
Tints of Carmine #990E28
RGB
CMYK
RGB Variations
Color information
#990E28 (or 0x990E28) is known color: Carmine. HEX triplet: 99, 0E and 28. RGB value is (153,14,40). Sum of RGB (Red+Green+Blue) = 153+14+40=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #990E28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990E28 is #66F1D7. Grayscale: #3A3A3A. Windows color (decimal): -6746584 or 2625177. OLE color: 2625177.
HSL color Cylindrical-coordinate representation of color #990E28: hue angle of 348.78º 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 #990E28 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 40 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.4 |
| HSL | 348.78º | 0.83% | 0.33% | - |
| HSV(B) | 348.78º | 0.91% | 0.6% | - |
| XYZ | 13.68 | 7.24 | 2.68 | - |
| YUV | 58.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 40 | 0 | 0.91 | 0.74 | 0.4 | 348.78 | 0.83 | 0.33 |
| Hex | 99 | E | 28 | 0 | 5B | 4A | 28 | 15D | 53 | 21 |
| Octal | 231 | 16 | 50 | 0 | 133 | 112 | 50 | 535 | 123 | 41 |
| Binary | 10011001 | 1110 | 101000 | 0 | 1011011 | 1001010 | 101000 | 101011101 | 1010011 | 100001 |
Color Harmonies of #990E28
Complementary color
Monochromatic Colors of #990E28
Black with #990E28
Text Example
Text Example
White with #990E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E28; }
p { color: rgb(153,14,40); }
H1.HeaderClassName
{
color: #990E28;
}
.AnyTagClassName
{
color: #990E28;
}
</style>
background-color css
<style>
a { background-color: #990E28; }
a { background-color: rgb(153,14,40); }
div.DivClassName
{
background-color: #990E28;
}
.BgClassName
{
background-color: #990E28;
}
</style>
border-color css
<style>
span { border-color: #990E28; }
span { border-color: rgb(153,14,40); }
td.TdClassName
{
border-color: #990E28;
}
.TagClassName
{
border-color: #990E28;
}
</style>