COLOR #B50535

HEX: #B50535
RGB: (181,5,53)

Color info

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

RGB color model

#B50535 color RGB value is (181,5,53).

  • red value is 181;
  • green value is 5;
  • blue value is 53.
RGB:
(181,5,53)
(71%,2%,21%)

RGB channels and saturation

R 181 of 255 = 71%
G 5 of 255 = 2%
B 53 of 255 = 21%

181
5
53

R + G + B ~ 31%. #B50535 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
181 + 5 + 53 = 239 (100%)
R 181 of 239 ~ 75.73%
G 5 of 239 ~ 2.09%
B 53 of 239 ~ 22.18%

%75.73
%22.18

CMYK color model

#B50535 color CMYK value is (0,97,71,29).

  • cyan value is 0.00%
  • magenta value is 97.24%
  • yellow value is 70.72%
  • key color value is 29.02%
CMYK:
(0,97,71,29)
C0M97Y71K29 
(0%,97%,71%,29%)
(0.00/0.97/0.71/0.29)	

CMYK percentages

%0
%97.24
%70.72
%29.02

Codes

Color #B50535 in popluar color models

B50535
RGB181553
HSL344°94.62%36.47%
HSB/HSV344°97.24%70.98%
CMYK0.00%97.24%70.72%
29.02%

Color #B50535 in popluar number systems.

HEXB50535
Decimal181553
Binary10110101101110101
Octal265565

Shades and tints

Shades of #B50535

#B50535
(181,5,53)
#A50531
(165,5,49)
#95052D
(149,5,45)
#850529
(133,5,41)
#750525
(117,5,37)
#650521
(101,5,33)
#55051D
(85,5,29)
#450519
(69,5,25)
#350515
(53,5,21)
#250511
(37,5,17)
#15050D
(21,5,13)
#000000
(0,0,0)

Tints of #B50535

#B50535
(181,5,53)
#BB1B47
(187,27,71)
#C13159
(193,49,89)
#C7476B
(199,71,107)
#CD5D7D
(205,93,125)
#D3738F
(211,115,143)
#D989A1
(217,137,161)
#DF9FB3
(223,159,179)
#E5B5C5
(229,181,197)
#EBCBD7
(235,203,215)
#F1E1E9
(241,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B50535 color. Also use rgb(181,5,53) instead hex code.

Text Font Color

.myTextColor { color: #B50535; }

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

This text font color is #B50535.


Background Color

.myBgColor { background-color: #B50535; }

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

This div background color is #B50535.


Border color

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

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

This div border color is #B50535.


Opacity

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

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

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

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

This text has shadow with #B50535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B50535 on black background.


Color preview on white background

This text has color #B50535 on white background.



Black color preview on #B50535 background

This text has black color on #B50535 background.


White color preview on #B50535 background

This text has white color on #B50535 background.