Shades of Carmine #990F15
Tints of Carmine #990F15
RGB
CMYK
RGB Variations
Color information
#990F15 (or 0x990F15) is known color: Carmine. HEX triplet: 99, 0F and 15. RGB value is (153,15,21). Sum of RGB (Red+Green+Blue) = 153+15+21=189 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.95% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 153 - color contains mainly: red. Hex color #990F15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990F15 is #66F0EA. Grayscale: #393939. Windows color (decimal): -6746347 or 1380249. OLE color: 1380249.
HSL color Cylindrical-coordinate representation of color #990F15: hue angle of 357.39º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F15 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 15 | 21 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.4 |
| HSL | 357.39º | 0.82% | 0.33% | - |
| HSV(B) | 357.39º | 0.9% | 0.6% | - |
| XYZ | 13.44 | 7.17 | 1.38 | - |
| YUV | 56.95 | 107.72 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 21 | 0 | 0.90 | 0.86 | 0.4 | 357.39 | 0.82 | 0.33 |
| Hex | 99 | F | 15 | 0 | 5A | 56 | 28 | 165 | 52 | 21 |
| Octal | 231 | 17 | 25 | 0 | 132 | 126 | 50 | 545 | 122 | 41 |
| Binary | 10011001 | 1111 | 10101 | 0 | 1011010 | 1010110 | 101000 | 101100101 | 1010010 | 100001 |
Color Harmonies of #990F15
Complementary color
Monochromatic Colors of #990F15
Black with #990F15
Text Example
Text Example
White with #990F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990F15; }
p { color: rgb(153,15,21); }
H1.HeaderClassName
{
color: #990F15;
}
.AnyTagClassName
{
color: #990F15;
}
</style>
background-color css
<style>
a { background-color: #990F15; }
a { background-color: rgb(153,15,21); }
div.DivClassName
{
background-color: #990F15;
}
.BgClassName
{
background-color: #990F15;
}
</style>
border-color css
<style>
span { border-color: #990F15; }
span { border-color: rgb(153,15,21); }
td.TdClassName
{
border-color: #990F15;
}
.TagClassName
{
border-color: #990F15;
}
</style>