Shades of Carmine #950517
Tints of Carmine #950517
RGB
CMYK
RGB Variations
Color information
#950517 (or 0x950517) is known color: Carmine. HEX triplet: 95, 05 and 17. RGB value is (149,5,23). Sum of RGB (Red+Green+Blue) = 149+5+23=177 (23% of max value = 765). Red value is 149 (58.59% from 255 or 84.18% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 149 - color contains mainly: red. Hex color #950517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950517 is #6AFAE8. Grayscale: #323232. Windows color (decimal): -7011049 or 1508757. OLE color: 1508757.
HSL color Cylindrical-coordinate representation of color #950517: hue angle of 352.5º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950517 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 5 | 23 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.42 |
| HSL | 352.5º | 0.94% | 0.3% | - |
| HSV(B) | 352.5º | 0.97% | 0.58% | - |
| XYZ | 12.6 | 6.56 | 1.41 | - |
| YUV | 50.11 | 112.71 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 5 | 23 | 0 | 0.97 | 0.85 | 0.42 | 352.5 | 0.94 | 0.3 |
| Hex | 95 | 5 | 17 | 0 | 61 | 55 | 2A | 160 | 5E | 1E |
| Octal | 225 | 5 | 27 | 0 | 141 | 125 | 52 | 540 | 136 | 36 |
| Binary | 10010101 | 101 | 10111 | 0 | 1100001 | 1010101 | 101010 | 101100000 | 1011110 | 11110 |
Color Harmonies of #950517
Complementary color
Monochromatic Colors of #950517
Black with #950517
Text Example
Text Example
White with #950517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950517; }
p { color: rgb(149,5,23); }
H1.HeaderClassName
{
color: #950517;
}
.AnyTagClassName
{
color: #950517;
}
</style>
background-color css
<style>
a { background-color: #950517; }
a { background-color: rgb(149,5,23); }
div.DivClassName
{
background-color: #950517;
}
.BgClassName
{
background-color: #950517;
}
</style>
border-color css
<style>
span { border-color: #950517; }
span { border-color: rgb(149,5,23); }
td.TdClassName
{
border-color: #950517;
}
.TagClassName
{
border-color: #950517;
}
</style>