Shades of Carmine #900916
Tints of Carmine #900916
RGB
CMYK
RGB Variations
Color information
#900916 (or 0x900916) is known color: Carmine. HEX triplet: 90, 09 and 16. RGB value is (144,9,22). Sum of RGB (Red+Green+Blue) = 144+9+22=175 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.29% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 144 - color contains mainly: red. Hex color #900916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900916 is #6FF6E9. Grayscale: #323232. Windows color (decimal): -7337706 or 1444240. OLE color: 1444240.
HSL color Cylindrical-coordinate representation of color #900916: hue angle of 354.22º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900916 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 22 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.44 |
| HSL | 354.22º | 0.88% | 0.3% | - |
| HSV(B) | 354.22º | 0.94% | 0.56% | - |
| XYZ | 11.74 | 6.18 | 1.33 | - |
| YUV | 50.85 | 111.73 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 22 | 0 | 0.94 | 0.85 | 0.44 | 354.22 | 0.88 | 0.3 |
| Hex | 90 | 9 | 16 | 0 | 5E | 55 | 2C | 162 | 58 | 1E |
| Octal | 220 | 11 | 26 | 0 | 136 | 125 | 54 | 542 | 130 | 36 |
| Binary | 10010000 | 1001 | 10110 | 0 | 1011110 | 1010101 | 101100 | 101100010 | 1011000 | 11110 |
Color Harmonies of #900916
Complementary color
Monochromatic Colors of #900916
Black with #900916
Text Example
Text Example
White with #900916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900916; }
p { color: rgb(144,9,22); }
H1.HeaderClassName
{
color: #900916;
}
.AnyTagClassName
{
color: #900916;
}
</style>
background-color css
<style>
a { background-color: #900916; }
a { background-color: rgb(144,9,22); }
div.DivClassName
{
background-color: #900916;
}
.BgClassName
{
background-color: #900916;
}
</style>
border-color css
<style>
span { border-color: #900916; }
span { border-color: rgb(144,9,22); }
td.TdClassName
{
border-color: #900916;
}
.TagClassName
{
border-color: #900916;
}
</style>