COLOR #B13E4B

HEX: #B13E4B
RGB: (177,62,75)

Color info

#B13E4B contains mainly red color. Web safe color of #B13E4B is #993333 (or #933).

RGB color model

#B13E4B color RGB value is (177,62,75).

  • red value is 177;
  • green value is 62;
  • blue value is 75.
RGB:
(177,62,75)
(69%,24%,29%)

RGB channels and saturation

R 177 of 255 = 69%
G 62 of 255 = 24%
B 75 of 255 = 29%

177
62
75

R + G + B ~ 41%. #B13E4B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
177 + 62 + 75 = 314 (100%)
R 177 of 314 ~ 56.37%
G 62 of 314 ~ 19.75%
B 75 of 314 ~ 23.89%

%56.37
%19.75
%23.89

CMYK color model

#B13E4B color CMYK value is (0,65,58,31).

  • cyan value is 0.00%
  • magenta value is 64.97%
  • yellow value is 57.63%
  • key color value is 30.59%
CMYK:
(0,65,58,31)
C0M65Y58K31 
(0%,65%,58%,31%)
(0.00/0.65/0.58/0.31)	

CMYK percentages

%0
%64.97
%57.63
%30.59

Codes

Color #B13E4B in popluar color models

B13E4B
RGB1776275
HSL353°48.12%46.86%
HSB/HSV353°64.97%69.41%
CMYK0.00%64.97%57.63%
30.59%

Color #B13E4B in popluar number systems.

HEXB13E4B
Decimal1776275
Binary101100011111101001011
Octal26176113

Shades and tints

Shades of #B13E4B

#B13E4B
(177,62,75)
#A13945
(161,57,69)
#91343F
(145,52,63)
#812F39
(129,47,57)
#712A33
(113,42,51)
#61252D
(97,37,45)
#512027
(81,32,39)
#411B21
(65,27,33)
#31161B
(49,22,27)
#211115
(33,17,21)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #B13E4B

#B13E4B
(177,62,75)
#B84F5B
(184,79,91)
#BF606B
(191,96,107)
#C6717B
(198,113,123)
#CD828B
(205,130,139)
#D4939B
(212,147,155)
#DBA4AB
(219,164,171)
#E2B5BB
(226,181,187)
#E9C6CB
(233,198,203)
#F0D7DB
(240,215,219)
#F7E8EB
(247,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B13E4B color. Also use rgb(177,62,75) instead hex code.

Text Font Color

.myTextColor { color: #B13E4B; }

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

This text font color is #B13E4B.


Background Color

.myBgColor { background-color: #B13E4B; }

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

This div background color is #B13E4B.


Border color

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

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

This div border color is #B13E4B.


Opacity

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

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

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

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

This text has shadow with #B13E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B13E4B on black background.


Color preview on white background

This text has color #B13E4B on white background.



Black color preview on #B13E4B background

This text has black color on #B13E4B background.


White color preview on #B13E4B background

This text has white color on #B13E4B background.