Shades of Carmine #951617
Tints of Carmine #951617
RGB
CMYK
RGB Variations
Color information
#951617 (or 0x951617) is known color: Carmine. HEX triplet: 95, 16 and 17. RGB value is (149,22,23). Sum of RGB (Red+Green+Blue) = 149+22+23=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #951617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951617 is #6AE9E8. Grayscale: #3C3C3C. Windows color (decimal): -7006697 or 1513109. OLE color: 1513109.
HSL color Cylindrical-coordinate representation of color #951617: hue angle of 359.53º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951617 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 22 | 23 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.42 |
| HSL | 359.53º | 0.74% | 0.34% | - |
| HSV(B) | 359.53º | 0.85% | 0.58% | - |
| XYZ | 12.84 | 7.03 | 1.49 | - |
| YUV | 60.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 22 | 23 | 0 | 0.85 | 0.85 | 0.42 | 359.53 | 0.74 | 0.34 |
| Hex | 95 | 16 | 17 | 0 | 55 | 55 | 2A | 168 | 4A | 22 |
| Octal | 225 | 26 | 27 | 0 | 125 | 125 | 52 | 550 | 112 | 42 |
| Binary | 10010101 | 10110 | 10111 | 0 | 1010101 | 1010101 | 101010 | 101101000 | 1001010 | 100010 |
Color Harmonies of #951617
Complementary color
Monochromatic Colors of #951617
Black with #951617
Text Example
Text Example
White with #951617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951617; }
p { color: rgb(149,22,23); }
H1.HeaderClassName
{
color: #951617;
}
.AnyTagClassName
{
color: #951617;
}
</style>
background-color css
<style>
a { background-color: #951617; }
a { background-color: rgb(149,22,23); }
div.DivClassName
{
background-color: #951617;
}
.BgClassName
{
background-color: #951617;
}
</style>
border-color css
<style>
span { border-color: #951617; }
span { border-color: rgb(149,22,23); }
td.TdClassName
{
border-color: #951617;
}
.TagClassName
{
border-color: #951617;
}
</style>