Shades of Carmine #990A16
Tints of Carmine #990A16
RGB
CMYK
RGB Variations
Color information
#990A16 (or 0x990A16) is known color: Carmine. HEX triplet: 99, 0A and 16. RGB value is (153,10,22). Sum of RGB (Red+Green+Blue) = 153+10+22=185 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.70% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 153 - color contains mainly: red. Hex color #990A16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990A16 is #66F5E9. Grayscale: #363636. Windows color (decimal): -6747626 or 1444505. OLE color: 1444505.
HSL color Cylindrical-coordinate representation of color #990A16: hue angle of 354.97º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990A16 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 10 | 22 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.4 |
| HSL | 354.97º | 0.88% | 0.32% | - |
| HSV(B) | 354.97º | 0.93% | 0.6% | - |
| XYZ | 13.39 | 7.05 | 1.41 | - |
| YUV | 54.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 22 | 0 | 0.93 | 0.86 | 0.4 | 354.97 | 0.88 | 0.32 |
| Hex | 99 | A | 16 | 0 | 5D | 56 | 28 | 163 | 58 | 20 |
| Octal | 231 | 12 | 26 | 0 | 135 | 126 | 50 | 543 | 130 | 40 |
| Binary | 10011001 | 1010 | 10110 | 0 | 1011101 | 1010110 | 101000 | 101100011 | 1011000 | 100000 |
Color Harmonies of #990A16
Complementary color
Monochromatic Colors of #990A16
Black with #990A16
Text Example
Text Example
White with #990A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990A16; }
p { color: rgb(153,10,22); }
H1.HeaderClassName
{
color: #990A16;
}
.AnyTagClassName
{
color: #990A16;
}
</style>
background-color css
<style>
a { background-color: #990A16; }
a { background-color: rgb(153,10,22); }
div.DivClassName
{
background-color: #990A16;
}
.BgClassName
{
background-color: #990A16;
}
</style>
border-color css
<style>
span { border-color: #990A16; }
span { border-color: rgb(153,10,22); }
td.TdClassName
{
border-color: #990A16;
}
.TagClassName
{
border-color: #990A16;
}
</style>