Shades of Carmine #990D29
Tints of Carmine #990D29
RGB
CMYK
RGB Variations
Color information
#990D29 (or 0x990D29) is known color: Carmine. HEX triplet: 99, 0D and 29. RGB value is (153,13,41). Sum of RGB (Red+Green+Blue) = 153+13+41=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #990D29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990D29 is #66F2D6. Grayscale: #3A3A3A. Windows color (decimal): -6746839 or 2690457. OLE color: 2690457.
HSL color Cylindrical-coordinate representation of color #990D29: hue angle of 348º 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 #990D29 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 13 | 41 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.4 |
| HSL | 348º | 0.84% | 0.33% | - |
| HSV(B) | 348º | 0.92% | 0.6% | - |
| XYZ | 13.68 | 7.22 | 2.77 | - |
| YUV | 58.05 | 118.38 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 41 | 0 | 0.92 | 0.73 | 0.4 | 348 | 0.84 | 0.33 |
| Hex | 99 | D | 29 | 0 | 5C | 49 | 28 | 15C | 54 | 21 |
| Octal | 231 | 15 | 51 | 0 | 134 | 111 | 50 | 534 | 124 | 41 |
| Binary | 10011001 | 1101 | 101001 | 0 | 1011100 | 1001001 | 101000 | 101011100 | 1010100 | 100001 |
Color Harmonies of #990D29
Complementary color
Monochromatic Colors of #990D29
Black with #990D29
Text Example
Text Example
White with #990D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990D29; }
p { color: rgb(153,13,41); }
H1.HeaderClassName
{
color: #990D29;
}
.AnyTagClassName
{
color: #990D29;
}
</style>
background-color css
<style>
a { background-color: #990D29; }
a { background-color: rgb(153,13,41); }
div.DivClassName
{
background-color: #990D29;
}
.BgClassName
{
background-color: #990D29;
}
</style>
border-color css
<style>
span { border-color: #990D29; }
span { border-color: rgb(153,13,41); }
td.TdClassName
{
border-color: #990D29;
}
.TagClassName
{
border-color: #990D29;
}
</style>