COLOR #950000

HEX: #950000 RGB: (149,0,0)

Color info

#950000 contains only red color. Web safe color of #950000 is #990000 (or #900).

RGB color model

#950000 color RGB value is (149,0,0).

RGB: (149,0,0) (58%, 0%, 0%)

RGB channels and saturation

R 149 of 255 = 58%
G 0 of 255 = 0%
B 0 of 255 = 0%

149
0
0

R + G + B ~ 19%. #950000 is dark color.

Portions of RGB colors in percentages

R + G + B = 149 + 0 + 0 = 149 (100%)
R 149 of 149 ~ 100%
G 0 of 149 ~ 0%
B 0 of 149 ~ 0'%

%100

CMYK color model

#950000 color CMYK value is (0,100,100,42).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 41.57%

CMYK: (0,100,100,42)
C0M100Y100K42 (0%, 100%, 100%, 42%)
(0.00 / 1.00 / 1.00 / 0.42)

CMYK percentages

%0
%100
%100
%41.57

Codes

Color #950000 in popluar color models

95 00 00
RGB 149 0 0
HSL 100.00% 29.22%
HSB/HSV 100.00% 58.43%
CMYK 0.00% 100.00% 100.00%
41.57%

Color #950000 in popluar number systems.

HEX 95 00 00
Decimal 149 0 0
Binary 10010101 0 0
Octal 225 0 0

Shades and tints

Shades of #950000

#950000
(149,0,0)
#880000
(136,0,0)
#7B0000
(123,0,0)
#6E0000
(110,0,0)
#610000
(97,0,0)
#540000
(84,0,0)
#470000
(71,0,0)
#3A0000
(58,0,0)
#2D0000
(45,0,0)
#200000
(32,0,0)
#130000
(19,0,0)
#000000
(0,0,0)

Tints of #950000

#950000
(149,0,0)
#9E1717
(158,23,23)
#A72E2E
(167,46,46)
#B04545
(176,69,69)
#B95C5C
(185,92,92)
#C27373
(194,115,115)
#CB8A8A
(203,138,138)
#D4A1A1
(212,161,161)
#DDB8B8
(221,184,184)
#E6CFCF
(230,207,207)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #950000; }

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

This text font color is #950000.

Background Color

.myBgColor { background-color: #950000; }

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

This div background color is #950000.

Border color

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

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

This div border color is #950000.

Opacity

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

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

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

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

This text has shadow with #950000 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #950000.

Preview

Color preview on black background

This text has color #950000 on black background.


Color preview on white background

This text has color #950000 on white background.


Black color preview on #950000 background

This text has black color on #950000 background.


White color preview on #950000 background

This text has white color on #950000 background.


Related colors

Complementary color

Complementary color for #hex is #6AFFFF.


I love getcolorcode.com

Gradients

Color #950000 is used in Cornell Red gradient.

Cornell Red