Shades of Carmine #950619
Tints of Carmine #950619
RGB
CMYK
RGB Variations
Color information
#950619 (or 0x950619) is known color: Carmine. HEX triplet: 95, 06 and 19. RGB value is (149,6,25). Sum of RGB (Red+Green+Blue) = 149+6+25=180 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.78% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 149 - color contains mainly: red. Hex color #950619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950619 is #6AF9E6. Grayscale: #323232. Windows color (decimal): -7010791 or 1640085. OLE color: 1640085.
HSL color Cylindrical-coordinate representation of color #950619: hue angle of 352.03º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #950619 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 6 | 25 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.42 |
| HSL | 352.03º | 0.92% | 0.3% | - |
| HSV(B) | 352.03º | 0.96% | 0.58% | - |
| XYZ | 12.64 | 6.59 | 1.53 | - |
| YUV | 50.92 | 113.38 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 6 | 25 | 0 | 0.96 | 0.83 | 0.42 | 352.03 | 0.92 | 0.3 |
| Hex | 95 | 6 | 19 | 0 | 60 | 53 | 2A | 160 | 5C | 1E |
| Octal | 225 | 6 | 31 | 0 | 140 | 123 | 52 | 540 | 134 | 36 |
| Binary | 10010101 | 110 | 11001 | 0 | 1100000 | 1010011 | 101010 | 101100000 | 1011100 | 11110 |
Color Harmonies of #950619
Complementary color
Monochromatic Colors of #950619
Black with #950619
Text Example
Text Example
White with #950619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950619; }
p { color: rgb(149,6,25); }
H1.HeaderClassName
{
color: #950619;
}
.AnyTagClassName
{
color: #950619;
}
</style>
background-color css
<style>
a { background-color: #950619; }
a { background-color: rgb(149,6,25); }
div.DivClassName
{
background-color: #950619;
}
.BgClassName
{
background-color: #950619;
}
</style>
border-color css
<style>
span { border-color: #950619; }
span { border-color: rgb(149,6,25); }
td.TdClassName
{
border-color: #950619;
}
.TagClassName
{
border-color: #950619;
}
</style>