COLOR #9B0D2E

HEX: #9B0D2E
RGB: (155,13,46)

Color info

#9B0D2E contains mainly red color. Web safe color of #9B0D2E is #990033 (or #903).

RGB color model

#9B0D2E color RGB value is (155,13,46).

  • red value is 155;
  • green value is 13;
  • blue value is 46.
RGB:
(155,13,46)
(61%,5%,18%)

RGB channels and saturation

R 155 of 255 = 61%
G 13 of 255 = 5%
B 46 of 255 = 18%

155
13
46

R + G + B ~ 28%. #9B0D2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 13 + 46 = 214 (100%)
R 155 of 214 ~ 72.43%
G 13 of 214 ~ 6.07%
B 46 of 214 ~ 21.5%

%72.43
%21.5

CMYK color model

#9B0D2E color CMYK value is (0,92,70,39).

  • cyan value is 0.00%
  • magenta value is 91.61%
  • yellow value is 70.32%
  • key color value is 39.22%
CMYK:
(0,92,70,39)
C0M92Y70K39 
(0%,92%,70%,39%)
(0.00/0.92/0.70/0.39)	

CMYK percentages

%0
%91.61
%70.32
%39.22

Codes

Color #9B0D2E in popluar color models

9B0D2E
RGB1551346
HSL346°84.52%32.94%
HSB/HSV346°91.61%60.78%
CMYK0.00%91.61%70.32%
39.22%

Color #9B0D2E in popluar number systems.

HEX9B0D2E
Decimal1551346
Binary100110111101101110
Octal2331556

Shades and tints

Shades of #9B0D2E

#9B0D2E
(155,13,46)
#8D0C2A
(141,12,42)
#7F0B26
(127,11,38)
#710A22
(113,10,34)
#63091E
(99,9,30)
#55081A
(85,8,26)
#470716
(71,7,22)
#390612
(57,6,18)
#2B050E
(43,5,14)
#1D040A
(29,4,10)
#0F0306
(15,3,6)
#000000
(0,0,0)

Tints of #9B0D2E

#9B0D2E
(155,13,46)
#A42341
(164,35,65)
#AD3954
(173,57,84)
#B64F67
(182,79,103)
#BF657A
(191,101,122)
#C87B8D
(200,123,141)
#D191A0
(209,145,160)
#DAA7B3
(218,167,179)
#E3BDC6
(227,189,198)
#ECD3D9
(236,211,217)
#F5E9EC
(245,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B0D2E color. Also use rgb(155,13,46) instead hex code.

Text Font Color

.myTextColor { color: #9B0D2E; }

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

This text font color is #9B0D2E.


Background Color

.myBgColor { background-color: #9B0D2E; }

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

This div background color is #9B0D2E.


Border color

.myBorderColor { border: 1px solid #9B0D2E; }

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

This div border color is #9B0D2E.


Opacity

.myOpacity80 { color: #9B0D2E; opacity: 0.8; }

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

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

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

This text has shadow with #9B0D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B0D2E on black background.


Color preview on white background

This text has color #9B0D2E on white background.



Black color preview on #9B0D2E background

This text has black color on #9B0D2E background.


White color preview on #9B0D2E background

This text has white color on #9B0D2E background.