Shades of Carmine #990B16
Tints of Carmine #990B16
RGB
CMYK
RGB Variations
Color information
#990B16 (or 0x990B16) is known color: Carmine. HEX triplet: 99, 0B and 16. RGB value is (153,11,22). Sum of RGB (Red+Green+Blue) = 153+11+22=186 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.26% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 153 - color contains mainly: red. Hex color #990B16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990B16 is #66F4E9. Grayscale: #363636. Windows color (decimal): -6747370 or 1444761. OLE color: 1444761.
HSL color Cylindrical-coordinate representation of color #990B16: hue angle of 355.35º 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 #990B16 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 22 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.4 |
| HSL | 355.35º | 0.87% | 0.32% | - |
| HSV(B) | 355.35º | 0.93% | 0.6% | - |
| XYZ | 13.4 | 7.07 | 1.42 | - |
| YUV | 54.71 | 109.54 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 22 | 0 | 0.93 | 0.86 | 0.4 | 355.35 | 0.87 | 0.32 |
| Hex | 99 | B | 16 | 0 | 5D | 56 | 28 | 163 | 57 | 20 |
| Octal | 231 | 13 | 26 | 0 | 135 | 126 | 50 | 543 | 127 | 40 |
| Binary | 10011001 | 1011 | 10110 | 0 | 1011101 | 1010110 | 101000 | 101100011 | 1010111 | 100000 |
Color Harmonies of #990B16
Complementary color
Monochromatic Colors of #990B16
Black with #990B16
Text Example
Text Example
White with #990B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B16; }
p { color: rgb(153,11,22); }
H1.HeaderClassName
{
color: #990B16;
}
.AnyTagClassName
{
color: #990B16;
}
</style>
background-color css
<style>
a { background-color: #990B16; }
a { background-color: rgb(153,11,22); }
div.DivClassName
{
background-color: #990B16;
}
.BgClassName
{
background-color: #990B16;
}
</style>
border-color css
<style>
span { border-color: #990B16; }
span { border-color: rgb(153,11,22); }
td.TdClassName
{
border-color: #990B16;
}
.TagClassName
{
border-color: #990B16;
}
</style>