COLOR #B13B52

HEX: #B13B52
RGB: (177,59,82)

Color info

#B13B52 contains mainly red color. Web safe color of #B13B52 is #993366 (or #936).

RGB color model

#B13B52 color RGB value is (177,59,82).

  • red value is 177;
  • green value is 59;
  • blue value is 82.
RGB:
(177,59,82)
(69%,23%,32%)

RGB channels and saturation

R 177 of 255 = 69%
G 59 of 255 = 23%
B 82 of 255 = 32%

177
59
82

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

Portions of RGB colors in percentages

R + G + B =
177 + 59 + 82 = 318 (100%)
R 177 of 318 ~ 55.66%
G 59 of 318 ~ 18.55%
B 82 of 318 ~ 25.79%

%55.66
%18.55
%25.79

CMYK color model

#B13B52 color CMYK value is (0,67,54,31).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 53.67%
  • key color value is 30.59%
CMYK:
(0,67,54,31)
C0M67Y54K31 
(0%,67%,54%,31%)
(0.00/0.67/0.54/0.31)	

CMYK percentages

%0
%66.67
%53.67
%30.59

Codes

Color #B13B52 in popluar color models

B13B52
RGB1775982
HSL348°50.00%46.27%
HSB/HSV348°66.67%69.41%
CMYK0.00%66.67%53.67%
30.59%

Color #B13B52 in popluar number systems.

HEXB13B52
Decimal1775982
Binary101100011110111010010
Octal26173122

Shades and tints

Shades of #B13B52

#B13B52
(177,59,82)
#A1364B
(161,54,75)
#913144
(145,49,68)
#812C3D
(129,44,61)
#712736
(113,39,54)
#61222F
(97,34,47)
#511D28
(81,29,40)
#411821
(65,24,33)
#31131A
(49,19,26)
#210E13
(33,14,19)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #B13B52

#B13B52
(177,59,82)
#B84C61
(184,76,97)
#BF5D70
(191,93,112)
#C66E7F
(198,110,127)
#CD7F8E
(205,127,142)
#D4909D
(212,144,157)
#DBA1AC
(219,161,172)
#E2B2BB
(226,178,187)
#E9C3CA
(233,195,202)
#F0D4D9
(240,212,217)
#F7E5E8
(247,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B13B52 color. Also use rgb(177,59,82) instead hex code.

Text Font Color

.myTextColor { color: #B13B52; }

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

This text font color is #B13B52.


Background Color

.myBgColor { background-color: #B13B52; }

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

This div background color is #B13B52.


Border color

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

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

This div border color is #B13B52.


Opacity

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

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

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

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

This text has shadow with #B13B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B13B52 on black background.


Color preview on white background

This text has color #B13B52 on white background.



Black color preview on #B13B52 background

This text has black color on #B13B52 background.


White color preview on #B13B52 background

This text has white color on #B13B52 background.