COLOR #960014

HEX: #960014
RGB: (150,0,20)

Color info

#960014 contains mainly red color. Web safe color of #960014 is #990000 (or #900).

RGB color model

#960014 color RGB value is (150,0,20).

  • red value is 150;
  • green value is 0;
  • blue value is 20.
RGB:
(150,0,20)
(59%,0%,8%)

RGB channels and saturation

R 150 of 255 = 59%
G 0 of 255 = 0%
B 20 of 255 = 8%

150
0
20

R + G + B ~ 22%. #960014 is dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 0 + 20 = 170 (100%)
R 150 of 170 ~ 88.24%
G 0 of 170 ~ 0%
B 20 of 170 ~ 11.76%

%88.24
%11.76

CMYK color model

#960014 color CMYK value is (0,100,87,41).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 86.67%
  • key color value is 41.18%
CMYK:
(0,100,87,41)
C0M100Y87K41 
(0%,100%,87%,41%)
(0.00/1.00/0.87/0.41)	

CMYK percentages

%0
%100
%86.67
%41.18

Codes

Color #960014 in popluar color models

960014
RGB150020
HSL352°100.00%29.41%
HSB/HSV352°100.00%58.82%
CMYK0.00%100.00%86.67%
41.18%

Color #960014 in popluar number systems.

HEX960014
Decimal150020
Binary10010110010100
Octal226024

Shades and tints

Shades of #960014

#960014
(150,0,20)
#890013
(137,0,19)
#7C0012
(124,0,18)
#6F0011
(111,0,17)
#620010
(98,0,16)
#55000F
(85,0,15)
#48000E
(72,0,14)
#3B000D
(59,0,13)
#2E000C
(46,0,12)
#21000B
(33,0,11)
#14000A
(20,0,10)
#000000
(0,0,0)

Tints of #960014

#960014
(150,0,20)
#9F1729
(159,23,41)
#A82E3E
(168,46,62)
#B14553
(177,69,83)
#BA5C68
(186,92,104)
#C3737D
(195,115,125)
#CC8A92
(204,138,146)
#D5A1A7
(213,161,167)
#DEB8BC
(222,184,188)
#E7CFD1
(231,207,209)
#F0E6E6
(240,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #960014 color. Also use rgb(150,0,20) instead hex code.

Text Font Color

.myTextColor { color: #960014; }

<p style="color:#960014">This sample text font color is #960014.</p>

This text font color is #960014.


Background Color

.myBgColor { background-color: #960014; }

<div style="background-color:#960014">Inner text</div>

This div background color is #960014.


Border color

.myBorderColor { border: 1px solid #960014; }

<div style="border:3px solid #960014">Div</div>

This div border color is #960014.


Opacity

.myOpacity80 { color: #960014; opacity: 0.8; }

<p style="color:#960014;opacity:0.8;">80%</p>

Text with #960014 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #960014;}

<p style="text-shadow: 3px 3px 1px #960014">Text here.</p>

This text has shadow with #960014 color.

.textShadow {text-shadow: 3px 3px 1px #960014, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #960014, 5px 5px 20px red">Text here.</p>

This text has shadow with #960014 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#960014, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#960014, Direction=45, Strength=4)">Text</p>

This text has shadow with #960014 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #960014;
  -webkit-box-shadow:	1px 1px 3px 2px #960014;
  box-shadow:		1px 1px 3px 2px #960014;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #960014;
-webkit-box-shadow: 1px 1px 3px 2px #960014;
box-shadow:1px 1px 3px 2px #960014;">
Div content here</div>
This div box has shadow with color #960014.

Preview

Color preview on black background

This text has color #960014 on black background.


Color preview on white background

This text has color #960014 on white background.



Black color preview on #960014 background

This text has black color on #960014 background.


White color preview on #960014 background

This text has white color on #960014 background.