Shades of Carmine #990616
Tints of Carmine #990616
RGB
CMYK
RGB Variations
Color information
#990616 (or 0x990616) is known color: Carmine. HEX triplet: 99, 06 and 16. RGB value is (153,6,22). Sum of RGB (Red+Green+Blue) = 153+6+22=181 (23% of max value = 765). Red value is 153 (60.16% from 255 or 84.53% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 153 - color contains mainly: red. Hex color #990616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990616 is #66F9E9. Grayscale: #333333. Windows color (decimal): -6748650 or 1443481. OLE color: 1443481.
HSL color Cylindrical-coordinate representation of color #990616: hue angle of 353.47º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990616 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 22 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.4 |
| HSL | 353.47º | 0.92% | 0.31% | - |
| HSV(B) | 353.47º | 0.96% | 0.6% | - |
| XYZ | 13.35 | 6.96 | 1.4 | - |
| YUV | 51.78 | 111.2 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 22 | 0 | 0.96 | 0.86 | 0.4 | 353.47 | 0.92 | 0.31 |
| Hex | 99 | 6 | 16 | 0 | 60 | 56 | 28 | 161 | 5C | 1F |
| Octal | 231 | 6 | 26 | 0 | 140 | 126 | 50 | 541 | 134 | 37 |
| Binary | 10011001 | 110 | 10110 | 0 | 1100000 | 1010110 | 101000 | 101100001 | 1011100 | 11111 |
Color Harmonies of #990616
Complementary color
Monochromatic Colors of #990616
Black with #990616
Text Example
Text Example
White with #990616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990616; }
p { color: rgb(153,6,22); }
H1.HeaderClassName
{
color: #990616;
}
.AnyTagClassName
{
color: #990616;
}
</style>
background-color css
<style>
a { background-color: #990616; }
a { background-color: rgb(153,6,22); }
div.DivClassName
{
background-color: #990616;
}
.BgClassName
{
background-color: #990616;
}
</style>
border-color css
<style>
span { border-color: #990616; }
span { border-color: rgb(153,6,22); }
td.TdClassName
{
border-color: #990616;
}
.TagClassName
{
border-color: #990616;
}
</style>