Shades of Carmine #990B2D
Tints of Carmine #990B2D
RGB
CMYK
RGB Variations
Color information
#990B2D (or 0x990B2D) is known color: Carmine. HEX triplet: 99, 0B and 2D. RGB value is (153,11,45). Sum of RGB (Red+Green+Blue) = 153+11+45=209 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.21% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 153 - color contains mainly: red. Hex color #990B2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990B2D is #66F4D2. Grayscale: #393939. Windows color (decimal): -6747347 or 2952089. OLE color: 2952089.
HSL color Cylindrical-coordinate representation of color #990B2D: hue angle of 345.63º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990B2D is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 45 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.4 |
| HSL | 345.63º | 0.87% | 0.32% | - |
| HSV(B) | 345.63º | 0.93% | 0.6% | - |
| XYZ | 13.73 | 7.2 | 3.15 | - |
| YUV | 57.33 | 121.04 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 45 | 0 | 0.93 | 0.71 | 0.4 | 345.63 | 0.87 | 0.32 |
| Hex | 99 | B | 2D | 0 | 5D | 47 | 28 | 15A | 57 | 20 |
| Octal | 231 | 13 | 55 | 0 | 135 | 107 | 50 | 532 | 127 | 40 |
| Binary | 10011001 | 1011 | 101101 | 0 | 1011101 | 1000111 | 101000 | 101011010 | 1010111 | 100000 |
Color Harmonies of #990B2D
Complementary color
Monochromatic Colors of #990B2D
Black with #990B2D
Text Example
Text Example
White with #990B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B2D; }
p { color: rgb(153,11,45); }
H1.HeaderClassName
{
color: #990B2D;
}
.AnyTagClassName
{
color: #990B2D;
}
</style>
background-color css
<style>
a { background-color: #990B2D; }
a { background-color: rgb(153,11,45); }
div.DivClassName
{
background-color: #990B2D;
}
.BgClassName
{
background-color: #990B2D;
}
</style>
border-color css
<style>
span { border-color: #990B2D; }
span { border-color: rgb(153,11,45); }
td.TdClassName
{
border-color: #990B2D;
}
.TagClassName
{
border-color: #990B2D;
}
</style>