Shades of Carmine #950117
Tints of Carmine #950117
RGB
CMYK
RGB Variations
Color information
#950117 (or 0x950117) is known color: Carmine. HEX triplet: 95, 01 and 17. RGB value is (149,1,23). Sum of RGB (Red+Green+Blue) = 149+1+23=173 (22% of max value = 765). Red value is 149 (58.59% from 255 or 86.13% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 149 - color contains mainly: red. Hex color #950117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950117 is #6AFEE8. Grayscale: #2F2F2F. Windows color (decimal): -7012073 or 1507733. OLE color: 1507733.
HSL color Cylindrical-coordinate representation of color #950117: hue angle of 351.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950117 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 23 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.42 |
| HSL | 351.08º | 0.99% | 0.29% | - |
| HSV(B) | 351.08º | 0.99% | 0.58% | - |
| XYZ | 12.56 | 6.47 | 1.4 | - |
| YUV | 47.76 | 114.03 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 23 | 0 | 0.99 | 0.85 | 0.42 | 351.08 | 0.99 | 0.29 |
| Hex | 95 | 1 | 17 | 0 | 63 | 55 | 2A | 15F | 63 | 1D |
| Octal | 225 | 1 | 27 | 0 | 143 | 125 | 52 | 537 | 143 | 35 |
| Binary | 10010101 | 1 | 10111 | 0 | 1100011 | 1010101 | 101010 | 101011111 | 1100011 | 11101 |
Color Harmonies of #950117
Complementary color
Monochromatic Colors of #950117
Black with #950117
Text Example
Text Example
White with #950117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950117; }
p { color: rgb(149,1,23); }
H1.HeaderClassName
{
color: #950117;
}
.AnyTagClassName
{
color: #950117;
}
</style>
background-color css
<style>
a { background-color: #950117; }
a { background-color: rgb(149,1,23); }
div.DivClassName
{
background-color: #950117;
}
.BgClassName
{
background-color: #950117;
}
</style>
border-color css
<style>
span { border-color: #950117; }
span { border-color: rgb(149,1,23); }
td.TdClassName
{
border-color: #950117;
}
.TagClassName
{
border-color: #950117;
}
</style>