Shades of Carmine #990D32
Tints of Carmine #990D32
RGB
CMYK
RGB Variations
Color information
#990D32 (or 0x990D32) is known color: Carmine. HEX triplet: 99, 0D and 32. RGB value is (153,13,50). Sum of RGB (Red+Green+Blue) = 153+13+50=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #990D32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990D32 is #66F2CD. Grayscale: #3B3B3B. Windows color (decimal): -6746830 or 3280281. OLE color: 3280281.
HSL color Cylindrical-coordinate representation of color #990D32: hue angle of 344.14º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990D32 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 13 | 50 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.4 |
| HSL | 344.14º | 0.84% | 0.33% | - |
| HSV(B) | 344.14º | 0.92% | 0.6% | - |
| XYZ | 13.86 | 7.29 | 3.69 | - |
| YUV | 59.08 | 122.88 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 50 | 0 | 0.92 | 0.67 | 0.4 | 344.14 | 0.84 | 0.33 |
| Hex | 99 | D | 32 | 0 | 5C | 43 | 28 | 158 | 54 | 21 |
| Octal | 231 | 15 | 62 | 0 | 134 | 103 | 50 | 530 | 124 | 41 |
| Binary | 10011001 | 1101 | 110010 | 0 | 1011100 | 1000011 | 101000 | 101011000 | 1010100 | 100001 |
Color Harmonies of #990D32
Complementary color
Monochromatic Colors of #990D32
Black with #990D32
Text Example
Text Example
White with #990D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990D32; }
p { color: rgb(153,13,50); }
H1.HeaderClassName
{
color: #990D32;
}
.AnyTagClassName
{
color: #990D32;
}
</style>
background-color css
<style>
a { background-color: #990D32; }
a { background-color: rgb(153,13,50); }
div.DivClassName
{
background-color: #990D32;
}
.BgClassName
{
background-color: #990D32;
}
</style>
border-color css
<style>
span { border-color: #990D32; }
span { border-color: rgb(153,13,50); }
td.TdClassName
{
border-color: #990D32;
}
.TagClassName
{
border-color: #990D32;
}
</style>