COLOR #960B11

HEX: #960B11
RGB: (150,11,17)

Color info

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

RGB color model

#960B11 color RGB value is (150,11,17).

  • red value is 150;
  • green value is 11;
  • blue value is 17.
RGB:
(150,11,17)
(59%,4%,7%)

RGB channels and saturation

R 150 of 255 = 59%
G 11 of 255 = 4%
B 17 of 255 = 7%

150
11
17

R + G + B ~ 23%. #960B11 is dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 11 + 17 = 178 (100%)
R 150 of 178 ~ 84.27%
G 11 of 178 ~ 6.18%
B 17 of 178 ~ 9.55%

%84.27
%9.55

CMYK color model

#960B11 color CMYK value is (0,93,89,41).

  • cyan value is 0.00%
  • magenta value is 92.67%
  • yellow value is 88.67%
  • key color value is 41.18%
CMYK:
(0,93,89,41)
C0M93Y89K41 
(0%,93%,89%,41%)
(0.00/0.93/0.89/0.41)	

CMYK percentages

%0
%92.67
%88.67
%41.18

Codes

Color #960B11 in popluar color models

960B11
RGB1501117
HSL357°86.34%31.57%
HSB/HSV357°92.67%58.82%
CMYK0.00%92.67%88.67%
41.18%

Color #960B11 in popluar number systems.

HEX960B11
Decimal1501117
Binary10010110101110001
Octal2261321

Shades and tints

Shades of #960B11

#960B11
(150,11,17)
#890A10
(137,10,16)
#7C090F
(124,9,15)
#6F080E
(111,8,14)
#62070D
(98,7,13)
#55060C
(85,6,12)
#48050B
(72,5,11)
#3B040A
(59,4,10)
#2E0309
(46,3,9)
#210208
(33,2,8)
#140107
(20,1,7)
#000000
(0,0,0)

Tints of #960B11

#960B11
(150,11,17)
#9F2126
(159,33,38)
#A8373B
(168,55,59)
#B14D50
(177,77,80)
#BA6365
(186,99,101)
#C3797A
(195,121,122)
#CC8F8F
(204,143,143)
#D5A5A4
(213,165,164)
#DEBBB9
(222,187,185)
#E7D1CE
(231,209,206)
#F0E7E3
(240,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #960B11 color. Also use rgb(150,11,17) instead hex code.

Text Font Color

.myTextColor { color: #960B11; }

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

This text font color is #960B11.


Background Color

.myBgColor { background-color: #960B11; }

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

This div background color is #960B11.


Border color

.myBorderColor { border: 1px solid #960B11; }

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

This div border color is #960B11.


Opacity

.myOpacity80 { color: #960B11; opacity: 0.8; }

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

Text with #960B11 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 #960B11;}

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

This text has shadow with #960B11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #960B11 on black background.


Color preview on white background

This text has color #960B11 on white background.



Black color preview on #960B11 background

This text has black color on #960B11 background.


White color preview on #960B11 background

This text has white color on #960B11 background.