COLOR #B50836

HEX: #B50836
RGB: (181,8,54)

Color info

#B50836 contains mainly red color. Web safe color of #B50836 is #CC0033 (or #C03).

RGB color model

#B50836 color RGB value is (181,8,54).

  • red value is 181;
  • green value is 8;
  • blue value is 54.
RGB:
(181,8,54)
(71%,3%,21%)

RGB channels and saturation

R 181 of 255 = 71%
G 8 of 255 = 3%
B 54 of 255 = 21%

181
8
54

R + G + B ~ 32%. #B50836 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
181 + 8 + 54 = 243 (100%)
R 181 of 243 ~ 74.49%
G 8 of 243 ~ 3.29%
B 54 of 243 ~ 22.22%

%74.49
%22.22

CMYK color model

#B50836 color CMYK value is (0,96,70,29).

  • cyan value is 0.00%
  • magenta value is 95.58%
  • yellow value is 70.17%
  • key color value is 29.02%
CMYK:
(0,96,70,29)
C0M96Y70K29 
(0%,96%,70%,29%)
(0.00/0.96/0.70/0.29)	

CMYK percentages

%0
%95.58
%70.17
%29.02

Codes

Color #B50836 in popluar color models

B50836
RGB181854
HSL344°91.53%37.06%
HSB/HSV344°95.58%70.98%
CMYK0.00%95.58%70.17%
29.02%

Color #B50836 in popluar number systems.

HEXB50836
Decimal181854
Binary101101011000110110
Octal2651066

Shades and tints

Shades of #B50836

#B50836
(181,8,54)
#A50832
(165,8,50)
#95082E
(149,8,46)
#85082A
(133,8,42)
#750826
(117,8,38)
#650822
(101,8,34)
#55081E
(85,8,30)
#45081A
(69,8,26)
#350816
(53,8,22)
#250812
(37,8,18)
#15080E
(21,8,14)
#000000
(0,0,0)

Tints of #B50836

#B50836
(181,8,54)
#BB1E48
(187,30,72)
#C1345A
(193,52,90)
#C74A6C
(199,74,108)
#CD607E
(205,96,126)
#D37690
(211,118,144)
#D98CA2
(217,140,162)
#DFA2B4
(223,162,180)
#E5B8C6
(229,184,198)
#EBCED8
(235,206,216)
#F1E4EA
(241,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B50836 color. Also use rgb(181,8,54) instead hex code.

Text Font Color

.myTextColor { color: #B50836; }

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

This text font color is #B50836.


Background Color

.myBgColor { background-color: #B50836; }

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

This div background color is #B50836.


Border color

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

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

This div border color is #B50836.


Opacity

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

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

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

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

This text has shadow with #B50836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B50836 on black background.


Color preview on white background

This text has color #B50836 on white background.



Black color preview on #B50836 background

This text has black color on #B50836 background.


White color preview on #B50836 background

This text has white color on #B50836 background.