COLOR #990B30

HEX: #990B30
RGB: (153,11,48)

Color info

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

RGB color model

#990B30 color RGB value is (153,11,48).

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

RGB channels and saturation

R 153 of 255 = 60%
G 11 of 255 = 4%
B 48 of 255 = 19%

153
11
48

R + G + B ~ 28%. #990B30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 11 + 48 = 212 (100%)
R 153 of 212 ~ 72.17%
G 11 of 212 ~ 5.19%
B 48 of 212 ~ 22.64%

%72.17
%22.64

CMYK color model

#990B30 color CMYK value is (0,93,69,40).

  • cyan value is 0.00%
  • magenta value is 92.81%
  • yellow value is 68.63%
  • key color value is 40.00%
CMYK:
(0,93,69,40)
C0M93Y69K40 
(0%,93%,69%,40%)
(0.00/0.93/0.69/0.40)	

CMYK percentages

%0
%92.81
%68.63
%40

Codes

Color #990B30 in popluar color models

990B30
RGB1531148
HSL344°86.59%32.16%
HSB/HSV344°92.81%60.00%
CMYK0.00%92.81%68.63%
40.00%

Color #990B30 in popluar number systems.

HEX990B30
Decimal1531148
Binary100110011011110000
Octal2311360

Shades and tints

Shades of #990B30

#990B30
(153,11,48)
#8C0A2C
(140,10,44)
#7F0928
(127,9,40)
#720824
(114,8,36)
#650720
(101,7,32)
#58061C
(88,6,28)
#4B0518
(75,5,24)
#3E0414
(62,4,20)
#310310
(49,3,16)
#24020C
(36,2,12)
#170108
(23,1,8)
#000000
(0,0,0)

Tints of #990B30

#990B30
(153,11,48)
#A22142
(162,33,66)
#AB3754
(171,55,84)
#B44D66
(180,77,102)
#BD6378
(189,99,120)
#C6798A
(198,121,138)
#CF8F9C
(207,143,156)
#D8A5AE
(216,165,174)
#E1BBC0
(225,187,192)
#EAD1D2
(234,209,210)
#F3E7E4
(243,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #990B30; }

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

This text font color is #990B30.


Background Color

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

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

This div background color is #990B30.


Border color

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

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

This div border color is #990B30.


Opacity

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

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

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

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

This text has shadow with #990B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #990B30 on black background.


Color preview on white background

This text has color #990B30 on white background.



Black color preview on #990B30 background

This text has black color on #990B30 background.


White color preview on #990B30 background

This text has white color on #990B30 background.