COLOR #B03731

HEX: #B03731 RGB: (176,55,49)

Color info

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

RGB color model

#B03731 color RGB value is (176,55,49).

RGB: (176,55,49) (69%, 22%, 19%)

RGB channels and saturation

R 176 of 255 = 69%
G 55 of 255 = 22%
B 49 of 255 = 19%

176
55
49

R + G + B ~ 37%. #B03731 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 176 + 55 + 49 = 280 (100%)
R 176 of 280 ~ 62.86%
G 55 of 280 ~ 19.64%
B 49 of 280 ~ 17.5'%

%62.86
%19.64
%17.5

CMYK color model

#B03731 color CMYK value is (0,69,72,31).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 72.16%
  • key color value is 30.98%

CMYK: (0,69,72,31)
C0M69Y72K31 (0%, 69%, 72%, 31%)
(0.00 / 0.69 / 0.72 / 0.31)

CMYK percentages

%0
%68.75
%72.16
%30.98

Codes

Color #B03731 in popluar color models

B0 37 31
RGB 176 55 49
HSL 56.44% 44.12%
HSB/HSV 72.16% 69.02%
CMYK 0.00% 68.75% 72.16%
30.98%

Color #B03731 in popluar number systems.

HEX B0 37 31
Decimal 176 55 49
Binary 10110000 110111 110001
Octal 260 67 61

Shades and tints

Shades of #B03731

#B03731
(176,55,49)
#A0322D
(160,50,45)
#902D29
(144,45,41)
#802825
(128,40,37)
#702321
(112,35,33)
#601E1D
(96,30,29)
#501919
(80,25,25)
#401415
(64,20,21)
#300F11
(48,15,17)
#200A0D
(32,10,13)
#100509
(16,5,9)
#000000
(0,0,0)

Tints of #B03731

#B03731
(176,55,49)
#B74943
(183,73,67)
#BE5B55
(190,91,85)
#C56D67
(197,109,103)
#CC7F79
(204,127,121)
#D3918B
(211,145,139)
#DAA39D
(218,163,157)
#E1B5AF
(225,181,175)
#E8C7C1
(232,199,193)
#EFD9D3
(239,217,211)
#F6EBE5
(246,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B03731 color. Also use rgb(176,55,49) instead hex code.

Text Font Color

.myTextColor { color: #B03731; }

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

This text font color is #B03731.

Background Color

.myBgColor { background-color: #B03731; }

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

This div background color is #B03731.

Border color

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

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

This div border color is #B03731.

Opacity

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

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

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

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

This text has shadow with #B03731 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B03731.

Preview

Color preview on black background

This text has color #B03731 on black background.


Color preview on white background

This text has color #B03731 on white background.


Black color preview on #B03731 background

This text has black color on #B03731 background.


White color preview on #B03731 background

This text has white color on #B03731 background.


Related colors

Complementary color

Complementary color for #hex is #4FC8CE.


I love getcolorcode.com

Triadic colors

1 #31B037 and #3731B0 with #B03731 are triadic colors.

2 #3137B0 and #37B031 with #B03731 are triadic colors.