Shades of Carmine #950515
Tints of Carmine #950515
RGB
CMYK
RGB Variations
Color information
#950515 (or 0x950515) is known color: Carmine. HEX triplet: 95, 05 and 15. RGB value is (149,5,21). Sum of RGB (Red+Green+Blue) = 149+5+21=175 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.14% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 149 - color contains mainly: red. Hex color #950515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950515 is #6AFAEA. Grayscale: #313131. Windows color (decimal): -7011051 or 1377685. OLE color: 1377685.
HSL color Cylindrical-coordinate representation of color #950515: hue angle of 353.33º 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 #950515 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 5 | 21 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.42 |
| HSL | 353.33º | 0.94% | 0.3% | - |
| HSV(B) | 353.33º | 0.97% | 0.58% | - |
| XYZ | 12.58 | 6.55 | 1.31 | - |
| YUV | 49.88 | 111.71 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 5 | 21 | 0 | 0.97 | 0.86 | 0.42 | 353.33 | 0.94 | 0.3 |
| Hex | 95 | 5 | 15 | 0 | 61 | 56 | 2A | 161 | 5E | 1E |
| Octal | 225 | 5 | 25 | 0 | 141 | 126 | 52 | 541 | 136 | 36 |
| Binary | 10010101 | 101 | 10101 | 0 | 1100001 | 1010110 | 101010 | 101100001 | 1011110 | 11110 |
Color Harmonies of #950515
Complementary color
Monochromatic Colors of #950515
Black with #950515
Text Example
Text Example
White with #950515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950515; }
p { color: rgb(149,5,21); }
H1.HeaderClassName
{
color: #950515;
}
.AnyTagClassName
{
color: #950515;
}
</style>
background-color css
<style>
a { background-color: #950515; }
a { background-color: rgb(149,5,21); }
div.DivClassName
{
background-color: #950515;
}
.BgClassName
{
background-color: #950515;
}
</style>
border-color css
<style>
span { border-color: #950515; }
span { border-color: rgb(149,5,21); }
td.TdClassName
{
border-color: #950515;
}
.TagClassName
{
border-color: #950515;
}
</style>