Shades of Carmine #990B38
Tints of Carmine #990B38
RGB
CMYK
RGB Variations
Color information
#990B38 (or 0x990B38) is known color: Carmine. HEX triplet: 99, 0B and 38. RGB value is (153,11,56). Sum of RGB (Red+Green+Blue) = 153+11+56=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #990B38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990B38 is #66F4C7. Grayscale: #3A3A3A. Windows color (decimal): -6747336 or 3672985. OLE color: 3672985.
HSL color Cylindrical-coordinate representation of color #990B38: hue angle of 340.99º 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 #990B38 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 56 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.4 |
| HSL | 340.99º | 0.87% | 0.32% | - |
| HSV(B) | 340.99º | 0.93% | 0.6% | - |
| XYZ | 13.97 | 7.3 | 4.41 | - |
| YUV | 58.59 | 126.54 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 56 | 0 | 0.93 | 0.63 | 0.4 | 340.99 | 0.87 | 0.32 |
| Hex | 99 | B | 38 | 0 | 5D | 3F | 28 | 155 | 57 | 20 |
| Octal | 231 | 13 | 70 | 0 | 135 | 77 | 50 | 525 | 127 | 40 |
| Binary | 10011001 | 1011 | 111000 | 0 | 1011101 | 111111 | 101000 | 101010101 | 1010111 | 100000 |
Color Harmonies of #990B38
Complementary color
Monochromatic Colors of #990B38
Black with #990B38
Text Example
Text Example
White with #990B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B38; }
p { color: rgb(153,11,56); }
H1.HeaderClassName
{
color: #990B38;
}
.AnyTagClassName
{
color: #990B38;
}
</style>
background-color css
<style>
a { background-color: #990B38; }
a { background-color: rgb(153,11,56); }
div.DivClassName
{
background-color: #990B38;
}
.BgClassName
{
background-color: #990B38;
}
</style>
border-color css
<style>
span { border-color: #990B38; }
span { border-color: rgb(153,11,56); }
td.TdClassName
{
border-color: #990B38;
}
.TagClassName
{
border-color: #990B38;
}
</style>