COLOR #B13D37

HEX: #B13D37
RGB: (177,61,55)

Color info

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

RGB color model

#B13D37 color RGB value is (177,61,55).

  • red value is 177;
  • green value is 61;
  • blue value is 55.
RGB:
(177,61,55)
(69%,24%,22%)

RGB channels and saturation

R 177 of 255 = 69%
G 61 of 255 = 24%
B 55 of 255 = 22%

177
61
55

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

Portions of RGB colors in percentages

R + G + B =
177 + 61 + 55 = 293 (100%)
R 177 of 293 ~ 60.41%
G 61 of 293 ~ 20.82%
B 55 of 293 ~ 18.77%

%60.41
%20.82
%18.77

CMYK color model

#B13D37 color CMYK value is (0,66,69,31).

  • cyan value is 0.00%
  • magenta value is 65.54%
  • yellow value is 68.93%
  • key color value is 30.59%
CMYK:
(0,66,69,31)
C0M66Y69K31 
(0%,66%,69%,31%)
(0.00/0.66/0.69/0.31)	

CMYK percentages

%0
%65.54
%68.93
%30.59

Codes

Color #B13D37 in popluar color models

B13D37
RGB1776155
HSL52.59%45.49%
HSB/HSV68.93%69.41%
CMYK0.00%65.54%68.93%
30.59%

Color #B13D37 in popluar number systems.

HEXB13D37
Decimal1776155
Binary10110001111101110111
Octal2617567

Shades and tints

Shades of #B13D37

#B13D37
(177,61,55)
#A13832
(161,56,50)
#91332D
(145,51,45)
#812E28
(129,46,40)
#712923
(113,41,35)
#61241E
(97,36,30)
#511F19
(81,31,25)
#411A14
(65,26,20)
#31150F
(49,21,15)
#21100A
(33,16,10)
#110B05
(17,11,5)
#000000
(0,0,0)

Tints of #B13D37

#B13D37
(177,61,55)
#B84E49
(184,78,73)
#BF5F5B
(191,95,91)
#C6706D
(198,112,109)
#CD817F
(205,129,127)
#D49291
(212,146,145)
#DBA3A3
(219,163,163)
#E2B4B5
(226,180,181)
#E9C5C7
(233,197,199)
#F0D6D9
(240,214,217)
#F7E7EB
(247,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B13D37 color. Also use rgb(177,61,55) instead hex code.

Text Font Color

.myTextColor { color: #B13D37; }

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

This text font color is #B13D37.


Background Color

.myBgColor { background-color: #B13D37; }

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

This div background color is #B13D37.


Border color

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

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

This div border color is #B13D37.


Opacity

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

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

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

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

This text has shadow with #B13D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B13D37 on black background.


Color preview on white background

This text has color #B13D37 on white background.



Black color preview on #B13D37 background

This text has black color on #B13D37 background.


White color preview on #B13D37 background

This text has white color on #B13D37 background.