Shades of Carmine #990C1D
Tints of Carmine #990C1D
RGB
CMYK
RGB Variations
Color information
#990C1D (or 0x990C1D) is known color: Carmine. HEX triplet: 99, 0C and 1D. RGB value is (153,12,29). Sum of RGB (Red+Green+Blue) = 153+12+29=194 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.87% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 153 - color contains mainly: red. Hex color #990C1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990C1D is #66F3E2. Grayscale: #383838. Windows color (decimal): -6747107 or 1903769. OLE color: 1903769.
HSL color Cylindrical-coordinate representation of color #990C1D: hue angle of 352.77º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990C1D is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 12 | 29 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.4 |
| HSL | 352.77º | 0.85% | 0.32% | - |
| HSV(B) | 352.77º | 0.92% | 0.6% | - |
| XYZ | 13.49 | 7.12 | 1.83 | - |
| YUV | 56.1 | 112.71 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 29 | 0 | 0.92 | 0.81 | 0.4 | 352.77 | 0.85 | 0.32 |
| Hex | 99 | C | 1D | 0 | 5C | 51 | 28 | 161 | 55 | 20 |
| Octal | 231 | 14 | 35 | 0 | 134 | 121 | 50 | 541 | 125 | 40 |
| Binary | 10011001 | 1100 | 11101 | 0 | 1011100 | 1010001 | 101000 | 101100001 | 1010101 | 100000 |
Color Harmonies of #990C1D
Complementary color
Monochromatic Colors of #990C1D
Black with #990C1D
Text Example
Text Example
White with #990C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990C1D; }
p { color: rgb(153,12,29); }
H1.HeaderClassName
{
color: #990C1D;
}
.AnyTagClassName
{
color: #990C1D;
}
</style>
background-color css
<style>
a { background-color: #990C1D; }
a { background-color: rgb(153,12,29); }
div.DivClassName
{
background-color: #990C1D;
}
.BgClassName
{
background-color: #990C1D;
}
</style>
border-color css
<style>
span { border-color: #990C1D; }
span { border-color: rgb(153,12,29); }
td.TdClassName
{
border-color: #990C1D;
}
.TagClassName
{
border-color: #990C1D;
}
</style>