Shades of Carmine #990B32
Tints of Carmine #990B32
RGB
CMYK
RGB Variations
Color information
#990B32 (or 0x990B32) is known color: Carmine. HEX triplet: 99, 0B and 32. RGB value is (153,11,50). Sum of RGB (Red+Green+Blue) = 153+11+50=214 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.50% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 153 - color contains mainly: red. Hex color #990B32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990B32 is #66F4CD. Grayscale: #393939. Windows color (decimal): -6747342 or 3279769. OLE color: 3279769.
HSL color Cylindrical-coordinate representation of color #990B32: hue angle of 343.52º 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 #990B32 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 50 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.4 |
| HSL | 343.52º | 0.87% | 0.32% | - |
| HSV(B) | 343.52º | 0.93% | 0.6% | - |
| XYZ | 13.83 | 7.24 | 3.69 | - |
| YUV | 57.9 | 123.54 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 50 | 0 | 0.93 | 0.67 | 0.4 | 343.52 | 0.87 | 0.32 |
| Hex | 99 | B | 32 | 0 | 5D | 43 | 28 | 158 | 57 | 20 |
| Octal | 231 | 13 | 62 | 0 | 135 | 103 | 50 | 530 | 127 | 40 |
| Binary | 10011001 | 1011 | 110010 | 0 | 1011101 | 1000011 | 101000 | 101011000 | 1010111 | 100000 |
Color Harmonies of #990B32
Complementary color
Monochromatic Colors of #990B32
Black with #990B32
Text Example
Text Example
White with #990B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B32; }
p { color: rgb(153,11,50); }
H1.HeaderClassName
{
color: #990B32;
}
.AnyTagClassName
{
color: #990B32;
}
</style>
background-color css
<style>
a { background-color: #990B32; }
a { background-color: rgb(153,11,50); }
div.DivClassName
{
background-color: #990B32;
}
.BgClassName
{
background-color: #990B32;
}
</style>
border-color css
<style>
span { border-color: #990B32; }
span { border-color: rgb(153,11,50); }
td.TdClassName
{
border-color: #990B32;
}
.TagClassName
{
border-color: #990B32;
}
</style>