COLOR #B4373F

HEX: #B4373F RGB: (180,55,63)

Color info

#B4373F contains mainly red color. Web safe color of #B4373F is #CC3333 (or #C33).

RGB color model

#B4373F color RGB value is (180,55,63).

RGB: (180,55,63) (71%, 22%, 25%)

RGB channels and saturation

R 180 of 255 = 71%
G 55 of 255 = 22%
B 63 of 255 = 25%

180
55
63

R + G + B ~ 39%. #B4373F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 180 + 55 + 63 = 298 (100%)
R 180 of 298 ~ 60.4%
G 55 of 298 ~ 18.46%
B 63 of 298 ~ 21.14'%

%60.4
%18.46
%21.14

CMYK color model

#B4373F color CMYK value is (0,69,65,29).

  • cyan value is 0.00%
  • magenta value is 69.44%
  • yellow value is 65.00%
  • key color value is 29.41%

CMYK: (0,69,65,29)
C0M69Y65K29 (0%, 69%, 65%, 29%)
(0.00 / 0.69 / 0.65 / 0.29)

CMYK percentages

%0
%69.44
%65
%29.41

Codes

Color #B4373F in popluar color models

B4 37 3F
RGB 180 55 63
HSL 356° 53.19% 46.08%
HSB/HSV 356° 69.44% 70.59%
CMYK 0.00% 69.44% 65.00%
29.41%

Color #B4373F in popluar number systems.

HEX B4 37 3F
Decimal 180 55 63
Binary 10110100 110111 111111
Octal 264 67 77

Shades and tints

Shades of #B4373F

#B4373F
(180,55,63)
#A4323A
(164,50,58)
#942D35
(148,45,53)
#842830
(132,40,48)
#74232B
(116,35,43)
#641E26
(100,30,38)
#541921
(84,25,33)
#44141C
(68,20,28)
#340F17
(52,15,23)
#240A12
(36,10,18)
#14050D
(20,5,13)
#000000
(0,0,0)

Tints of #B4373F

#B4373F
(180,55,63)
#BA4950
(186,73,80)
#C05B61
(192,91,97)
#C66D72
(198,109,114)
#CC7F83
(204,127,131)
#D29194
(210,145,148)
#D8A3A5
(216,163,165)
#DEB5B6
(222,181,182)
#E4C7C7
(228,199,199)
#EAD9D8
(234,217,216)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4373F color. Also use rgb(180,55,63) instead hex code.

Text Font Color

.myTextColor { color: #B4373F; }

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

This text font color is #B4373F.

Background Color

.myBgColor { background-color: #B4373F; }

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

This div background color is #B4373F.

Border color

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

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

This div border color is #B4373F.

Opacity

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

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

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

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

This text has shadow with #B4373F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4373F.

Preview

Color preview on black background

This text has color #B4373F on black background.


Color preview on white background

This text has color #B4373F on white background.


Black color preview on #B4373F background

This text has black color on #B4373F background.


White color preview on #B4373F background

This text has white color on #B4373F background.


Related colors

Complementary color

Complementary color for #hex is #4BC8C0.


I love getcolorcode.com

Triadic colors

1 #3FB437 and #373FB4 with #B4373F are triadic colors.

2 #3F37B4 and #37B43F with #B4373F are triadic colors.