Shades of Carmine #950219
Tints of Carmine #950219
RGB
CMYK
RGB Variations
Color information
#950219 (or 0x950219) is known color: Carmine. HEX triplet: 95, 02 and 19. RGB value is (149,2,25). Sum of RGB (Red+Green+Blue) = 149+2+25=176 (23% of max value = 765). Red value is 149 (58.59% from 255 or 84.66% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 149 - color contains mainly: red. Hex color #950219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950219 is #6AFDE6. Grayscale: #303030. Windows color (decimal): -7011815 or 1639061. OLE color: 1639061.
HSL color Cylindrical-coordinate representation of color #950219: hue angle of 350.61º 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 #950219 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.42 |
| HSL | 350.61º | 0.97% | 0.3% | - |
| HSV(B) | 350.61º | 0.99% | 0.58% | - |
| XYZ | 12.59 | 6.5 | 1.51 | - |
| YUV | 48.58 | 114.7 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 25 | 0 | 0.99 | 0.83 | 0.42 | 350.61 | 0.97 | 0.3 |
| Hex | 95 | 2 | 19 | 0 | 63 | 53 | 2A | 15F | 61 | 1E |
| Octal | 225 | 2 | 31 | 0 | 143 | 123 | 52 | 537 | 141 | 36 |
| Binary | 10010101 | 10 | 11001 | 0 | 1100011 | 1010011 | 101010 | 101011111 | 1100001 | 11110 |
Color Harmonies of #950219
Complementary color
Monochromatic Colors of #950219
Black with #950219
Text Example
Text Example
White with #950219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950219; }
p { color: rgb(149,2,25); }
H1.HeaderClassName
{
color: #950219;
}
.AnyTagClassName
{
color: #950219;
}
</style>
background-color css
<style>
a { background-color: #950219; }
a { background-color: rgb(149,2,25); }
div.DivClassName
{
background-color: #950219;
}
.BgClassName
{
background-color: #950219;
}
</style>
border-color css
<style>
span { border-color: #950219; }
span { border-color: rgb(149,2,25); }
td.TdClassName
{
border-color: #950219;
}
.TagClassName
{
border-color: #950219;
}
</style>