COLOR #B13340

HEX: #B13340
RGB: (177,51,64)

Color info

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

RGB color model

#B13340 color RGB value is (177,51,64).

  • red value is 177;
  • green value is 51;
  • blue value is 64.
RGB:
(177,51,64)
(69%,20%,25%)

RGB channels and saturation

R 177 of 255 = 69%
G 51 of 255 = 20%
B 64 of 255 = 25%

177
51
64

R + G + B ~ 38%. #B13340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
177 + 51 + 64 = 292 (100%)
R 177 of 292 ~ 60.62%
G 51 of 292 ~ 17.47%
B 64 of 292 ~ 21.92%

%60.62
%17.47
%21.92

CMYK color model

#B13340 color CMYK value is (0,71,64,31).

  • cyan value is 0.00%
  • magenta value is 71.19%
  • yellow value is 63.84%
  • key color value is 30.59%
CMYK:
(0,71,64,31)
C0M71Y64K31 
(0%,71%,64%,31%)
(0.00/0.71/0.64/0.31)	

CMYK percentages

%0
%71.19
%63.84
%30.59

Codes

Color #B13340 in popluar color models

B13340
RGB1775164
HSL354°55.26%44.71%
HSB/HSV354°71.19%69.41%
CMYK0.00%71.19%63.84%
30.59%

Color #B13340 in popluar number systems.

HEXB13340
Decimal1775164
Binary101100011100111000000
Octal26163100

Shades and tints

Shades of #B13340

#B13340
(177,51,64)
#A12F3B
(161,47,59)
#912B36
(145,43,54)
#812731
(129,39,49)
#71232C
(113,35,44)
#611F27
(97,31,39)
#511B22
(81,27,34)
#41171D
(65,23,29)
#311318
(49,19,24)
#210F13
(33,15,19)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #B13340

#B13340
(177,51,64)
#B84551
(184,69,81)
#BF5762
(191,87,98)
#C66973
(198,105,115)
#CD7B84
(205,123,132)
#D48D95
(212,141,149)
#DB9FA6
(219,159,166)
#E2B1B7
(226,177,183)
#E9C3C8
(233,195,200)
#F0D5D9
(240,213,217)
#F7E7EA
(247,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B13340 color. Also use rgb(177,51,64) instead hex code.

Text Font Color

.myTextColor { color: #B13340; }

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

This text font color is #B13340.


Background Color

.myBgColor { background-color: #B13340; }

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

This div background color is #B13340.


Border color

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

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

This div border color is #B13340.


Opacity

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

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

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

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

This text has shadow with #B13340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B13340 on black background.


Color preview on white background

This text has color #B13340 on white background.



Black color preview on #B13340 background

This text has black color on #B13340 background.


White color preview on #B13340 background

This text has white color on #B13340 background.