Shades of Carmine #990D2F
Tints of Carmine #990D2F
RGB
CMYK
RGB Variations
Color information
#990D2F (or 0x990D2F) is known color: Carmine. HEX triplet: 99, 0D and 2F. RGB value is (153,13,47). Sum of RGB (Red+Green+Blue) = 153+13+47=213 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.83% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 153 - color contains mainly: red. Hex color #990D2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990D2F is #66F2D0. Grayscale: #3A3A3A. Windows color (decimal): -6746833 or 3083673. OLE color: 3083673.
HSL color Cylindrical-coordinate representation of color #990D2F: hue angle of 345.43º 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 #990D2F is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 13 | 47 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.4 |
| HSL | 345.43º | 0.84% | 0.33% | - |
| HSV(B) | 345.43º | 0.92% | 0.6% | - |
| XYZ | 13.79 | 7.27 | 3.36 | - |
| YUV | 58.74 | 121.38 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 47 | 0 | 0.92 | 0.69 | 0.4 | 345.43 | 0.84 | 0.33 |
| Hex | 99 | D | 2F | 0 | 5C | 45 | 28 | 159 | 54 | 21 |
| Octal | 231 | 15 | 57 | 0 | 134 | 105 | 50 | 531 | 124 | 41 |
| Binary | 10011001 | 1101 | 101111 | 0 | 1011100 | 1000101 | 101000 | 101011001 | 1010100 | 100001 |
Color Harmonies of #990D2F
Complementary color
Monochromatic Colors of #990D2F
Black with #990D2F
Text Example
Text Example
White with #990D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990D2F; }
p { color: rgb(153,13,47); }
H1.HeaderClassName
{
color: #990D2F;
}
.AnyTagClassName
{
color: #990D2F;
}
</style>
background-color css
<style>
a { background-color: #990D2F; }
a { background-color: rgb(153,13,47); }
div.DivClassName
{
background-color: #990D2F;
}
.BgClassName
{
background-color: #990D2F;
}
</style>
border-color css
<style>
span { border-color: #990D2F; }
span { border-color: rgb(153,13,47); }
td.TdClassName
{
border-color: #990D2F;
}
.TagClassName
{
border-color: #990D2F;
}
</style>