COLOR #950112

HEX: #950112
RGB: (149,1,18)

Color info

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

RGB color model

#950112 color RGB value is (149,1,18).

  • red value is 149;
  • green value is 1;
  • blue value is 18.
RGB:
(149,1,18)
(58%,0%,7%)

RGB channels and saturation

R 149 of 255 = 58%
G 1 of 255 = 0%
B 18 of 255 = 7%

149
1
18

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

Portions of RGB colors in percentages

R + G + B =
149 + 1 + 18 = 168 (100%)
R 149 of 168 ~ 88.69%
G 1 of 168 ~ 0.6%
B 18 of 168 ~ 10.71%

%88.69
%10.71

CMYK color model

#950112 color CMYK value is (0,99,88,42).

  • cyan value is 0.00%
  • magenta value is 99.33%
  • yellow value is 87.92%
  • key color value is 41.57%
CMYK:
(0,99,88,42)
C0M99Y88K42 
(0%,99%,88%,42%)
(0.00/0.99/0.88/0.42)	

CMYK percentages

%0
%99.33
%87.92
%41.57

Codes

Color #950112 in popluar color models

950112
RGB149118
HSL353°98.67%29.41%
HSB/HSV353°99.33%58.43%
CMYK0.00%99.33%87.92%
41.57%

Color #950112 in popluar number systems.

HEX950112
Decimal149118
Binary10010101110010
Octal225122

Shades and tints

Shades of #950112

#950112
(149,1,18)
#880111
(136,1,17)
#7B0110
(123,1,16)
#6E010F
(110,1,15)
#61010E
(97,1,14)
#54010D
(84,1,13)
#47010C
(71,1,12)
#3A010B
(58,1,11)
#2D010A
(45,1,10)
#200109
(32,1,9)
#130108
(19,1,8)
#000000
(0,0,0)

Tints of #950112

#950112
(149,1,18)
#9E1827
(158,24,39)
#A72F3C
(167,47,60)
#B04651
(176,70,81)
#B95D66
(185,93,102)
#C2747B
(194,116,123)
#CB8B90
(203,139,144)
#D4A2A5
(212,162,165)
#DDB9BA
(221,185,186)
#E6D0CF
(230,208,207)
#EFE7E4
(239,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #950112 color. Also use rgb(149,1,18) instead hex code.

Text Font Color

.myTextColor { color: #950112; }

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

This text font color is #950112.


Background Color

.myBgColor { background-color: #950112; }

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

This div background color is #950112.


Border color

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

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

This div border color is #950112.


Opacity

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

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

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

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

This text has shadow with #950112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #950112 on black background.


Color preview on white background

This text has color #950112 on white background.



Black color preview on #950112 background

This text has black color on #950112 background.


White color preview on #950112 background

This text has white color on #950112 background.