Shades of Carmine #950215
Tints of Carmine #950215
RGB
CMYK
RGB Variations
Color information
#950215 (or 0x950215) is known color: Carmine. HEX triplet: 95, 02 and 15. RGB value is (149,2,21). Sum of RGB (Red+Green+Blue) = 149+2+21=172 (22% of max value = 765). Red value is 149 (58.59% from 255 or 86.63% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 149 - color contains mainly: red. Hex color #950215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950215 is #6AFDEA. Grayscale: #303030. Windows color (decimal): -7011819 or 1376917. OLE color: 1376917.
HSL color Cylindrical-coordinate representation of color #950215: hue angle of 352.24º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950215 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 21 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.42 |
| HSL | 352.24º | 0.97% | 0.3% | - |
| HSV(B) | 352.24º | 0.99% | 0.58% | - |
| XYZ | 12.55 | 6.49 | 1.3 | - |
| YUV | 48.12 | 112.7 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 21 | 0 | 0.99 | 0.86 | 0.42 | 352.24 | 0.97 | 0.3 |
| Hex | 95 | 2 | 15 | 0 | 63 | 56 | 2A | 160 | 61 | 1E |
| Octal | 225 | 2 | 25 | 0 | 143 | 126 | 52 | 540 | 141 | 36 |
| Binary | 10010101 | 10 | 10101 | 0 | 1100011 | 1010110 | 101010 | 101100000 | 1100001 | 11110 |
Color Harmonies of #950215
Complementary color
Monochromatic Colors of #950215
Black with #950215
Text Example
Text Example
White with #950215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950215; }
p { color: rgb(149,2,21); }
H1.HeaderClassName
{
color: #950215;
}
.AnyTagClassName
{
color: #950215;
}
</style>
background-color css
<style>
a { background-color: #950215; }
a { background-color: rgb(149,2,21); }
div.DivClassName
{
background-color: #950215;
}
.BgClassName
{
background-color: #950215;
}
</style>
border-color css
<style>
span { border-color: #950215; }
span { border-color: rgb(149,2,21); }
td.TdClassName
{
border-color: #950215;
}
.TagClassName
{
border-color: #950215;
}
</style>