COLOR #990B2E

HEX: #990B2E
RGB: (153,11,46)

Color info

#990B2E contains mainly red color. Web safe color of #990B2E is #990033 (or #903).

RGB color model

#990B2E color RGB value is (153,11,46).

  • red value is 153;
  • green value is 11;
  • blue value is 46.
RGB:
(153,11,46)
(60%,4%,18%)

RGB channels and saturation

R 153 of 255 = 60%
G 11 of 255 = 4%
B 46 of 255 = 18%

153
11
46

R + G + B ~ 27%. #990B2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 11 + 46 = 210 (100%)
R 153 of 210 ~ 72.86%
G 11 of 210 ~ 5.24%
B 46 of 210 ~ 21.9%

%72.86
%21.9

CMYK color model

#990B2E color CMYK value is (0,93,70,40).

  • cyan value is 0.00%
  • magenta value is 92.81%
  • yellow value is 69.93%
  • key color value is 40.00%
CMYK:
(0,93,70,40)
C0M93Y70K40 
(0%,93%,70%,40%)
(0.00/0.93/0.70/0.40)	

CMYK percentages

%0
%92.81
%69.93
%40

Codes

Color #990B2E in popluar color models

990B2E
RGB1531146
HSL345°86.59%32.16%
HSB/HSV345°92.81%60.00%
CMYK0.00%92.81%69.93%
40.00%

Color #990B2E in popluar number systems.

HEX990B2E
Decimal1531146
Binary100110011011101110
Octal2311356

Shades and tints

Shades of #990B2E

#990B2E
(153,11,46)
#8C0A2A
(140,10,42)
#7F0926
(127,9,38)
#720822
(114,8,34)
#65071E
(101,7,30)
#58061A
(88,6,26)
#4B0516
(75,5,22)
#3E0412
(62,4,18)
#31030E
(49,3,14)
#24020A
(36,2,10)
#170106
(23,1,6)
#000000
(0,0,0)

Tints of #990B2E

#990B2E
(153,11,46)
#A22141
(162,33,65)
#AB3754
(171,55,84)
#B44D67
(180,77,103)
#BD637A
(189,99,122)
#C6798D
(198,121,141)
#CF8FA0
(207,143,160)
#D8A5B3
(216,165,179)
#E1BBC6
(225,187,198)
#EAD1D9
(234,209,217)
#F3E7EC
(243,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #990B2E color. Also use rgb(153,11,46) instead hex code.

Text Font Color

.myTextColor { color: #990B2E; }

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

This text font color is #990B2E.


Background Color

.myBgColor { background-color: #990B2E; }

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

This div background color is #990B2E.


Border color

.myBorderColor { border: 1px solid #990B2E; }

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

This div border color is #990B2E.


Opacity

.myOpacity80 { color: #990B2E; opacity: 0.8; }

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

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

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

This text has shadow with #990B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #990B2E on black background.


Color preview on white background

This text has color #990B2E on white background.



Black color preview on #990B2E background

This text has black color on #990B2E background.


White color preview on #990B2E background

This text has white color on #990B2E background.