Shades of Carmine #950514
Tints of Carmine #950514
RGB
CMYK
RGB Variations
Color information
#950514 (or 0x950514) is known color: Carmine. HEX triplet: 95, 05 and 14. RGB value is (149,5,20). Sum of RGB (Red+Green+Blue) = 149+5+20=174 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.63% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 149 - color contains mainly: red. Hex color #950514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950514 is #6AFAEB. Grayscale: #313131. Windows color (decimal): -7011052 or 1312149. OLE color: 1312149.
HSL color Cylindrical-coordinate representation of color #950514: hue angle of 353.75º 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 #950514 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 5 | 20 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.42 |
| HSL | 353.75º | 0.94% | 0.3% | - |
| HSV(B) | 353.75º | 0.97% | 0.58% | - |
| XYZ | 12.57 | 6.55 | 1.26 | - |
| YUV | 49.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 5 | 20 | 0 | 0.97 | 0.87 | 0.42 | 353.75 | 0.94 | 0.3 |
| Hex | 95 | 5 | 14 | 0 | 61 | 57 | 2A | 162 | 5E | 1E |
| Octal | 225 | 5 | 24 | 0 | 141 | 127 | 52 | 542 | 136 | 36 |
| Binary | 10010101 | 101 | 10100 | 0 | 1100001 | 1010111 | 101010 | 101100010 | 1011110 | 11110 |
Color Harmonies of #950514
Complementary color
Monochromatic Colors of #950514
Black with #950514
Text Example
Text Example
White with #950514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950514; }
p { color: rgb(149,5,20); }
H1.HeaderClassName
{
color: #950514;
}
.AnyTagClassName
{
color: #950514;
}
</style>
background-color css
<style>
a { background-color: #950514; }
a { background-color: rgb(149,5,20); }
div.DivClassName
{
background-color: #950514;
}
.BgClassName
{
background-color: #950514;
}
</style>
border-color css
<style>
span { border-color: #950514; }
span { border-color: rgb(149,5,20); }
td.TdClassName
{
border-color: #950514;
}
.TagClassName
{
border-color: #950514;
}
</style>