Shades of Carmine #951116
Tints of Carmine #951116
RGB
CMYK
RGB Variations
Color information
#951116 (or 0x951116) is known color: Carmine. HEX triplet: 95, 11 and 16. RGB value is (149,17,22). Sum of RGB (Red+Green+Blue) = 149+17+22=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #951116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951116 is #6AEEE9. Grayscale: #393939. Windows color (decimal): -7007978 or 1446293. OLE color: 1446293.
HSL color Cylindrical-coordinate representation of color #951116: hue angle of 357.73º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951116 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 22 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.42 |
| HSL | 357.73º | 0.8% | 0.33% | - |
| HSV(B) | 357.73º | 0.89% | 0.58% | - |
| XYZ | 12.74 | 6.85 | 1.41 | - |
| YUV | 57.04 | 108.23 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 22 | 0 | 0.89 | 0.85 | 0.42 | 357.73 | 0.8 | 0.33 |
| Hex | 95 | 11 | 16 | 0 | 59 | 55 | 2A | 166 | 50 | 21 |
| Octal | 225 | 21 | 26 | 0 | 131 | 125 | 52 | 546 | 120 | 41 |
| Binary | 10010101 | 10001 | 10110 | 0 | 1011001 | 1010101 | 101010 | 101100110 | 1010000 | 100001 |
Color Harmonies of #951116
Complementary color
Monochromatic Colors of #951116
Black with #951116
Text Example
Text Example
White with #951116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951116; }
p { color: rgb(149,17,22); }
H1.HeaderClassName
{
color: #951116;
}
.AnyTagClassName
{
color: #951116;
}
</style>
background-color css
<style>
a { background-color: #951116; }
a { background-color: rgb(149,17,22); }
div.DivClassName
{
background-color: #951116;
}
.BgClassName
{
background-color: #951116;
}
</style>
border-color css
<style>
span { border-color: #951116; }
span { border-color: rgb(149,17,22); }
td.TdClassName
{
border-color: #951116;
}
.TagClassName
{
border-color: #951116;
}
</style>