COLOR #B4443A

HEX: #B4443A
RGB: (180,68,58)

Color info

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

RGB color model

#B4443A color RGB value is (180,68,58).

  • red value is 180;
  • green value is 68;
  • blue value is 58.
RGB:
(180,68,58)
(71%,27%,23%)

RGB channels and saturation

R 180 of 255 = 71%
G 68 of 255 = 27%
B 58 of 255 = 23%

180
68
58

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

Portions of RGB colors in percentages

R + G + B =
180 + 68 + 58 = 306 (100%)
R 180 of 306 ~ 58.82%
G 68 of 306 ~ 22.22%
B 58 of 306 ~ 18.95%

%58.82
%22.22
%18.95

CMYK color model

#B4443A color CMYK value is (0,62,68,29).

  • cyan value is 0.00%
  • magenta value is 62.22%
  • yellow value is 67.78%
  • key color value is 29.41%
CMYK:
(0,62,68,29)
C0M62Y68K29 
(0%,62%,68%,29%)
(0.00/0.62/0.68/0.29)	

CMYK percentages

%0
%62.22
%67.78
%29.41

Codes

Color #B4443A in popluar color models

B4443A
RGB1806858
HSL51.26%46.67%
HSB/HSV67.78%70.59%
CMYK0.00%62.22%67.78%
29.41%

Color #B4443A in popluar number systems.

HEXB4443A
Decimal1806858
Binary101101001000100111010
Octal26410472

Shades and tints

Shades of #B4443A

#B4443A
(180,68,58)
#A43E35
(164,62,53)
#943830
(148,56,48)
#84322B
(132,50,43)
#742C26
(116,44,38)
#642621
(100,38,33)
#54201C
(84,32,28)
#441A17
(68,26,23)
#341412
(52,20,18)
#240E0D
(36,14,13)
#140808
(20,8,8)
#000000
(0,0,0)

Tints of #B4443A

#B4443A
(180,68,58)
#BA554B
(186,85,75)
#C0665C
(192,102,92)
#C6776D
(198,119,109)
#CC887E
(204,136,126)
#D2998F
(210,153,143)
#D8AAA0
(216,170,160)
#DEBBB1
(222,187,177)
#E4CCC2
(228,204,194)
#EADDD3
(234,221,211)
#F0EEE4
(240,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4443A color. Also use rgb(180,68,58) instead hex code.

Text Font Color

.myTextColor { color: #B4443A; }

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

This text font color is #B4443A.


Background Color

.myBgColor { background-color: #B4443A; }

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

This div background color is #B4443A.


Border color

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

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

This div border color is #B4443A.


Opacity

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

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

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

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

This text has shadow with #B4443A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4443A on black background.


Color preview on white background

This text has color #B4443A on white background.



Black color preview on #B4443A background

This text has black color on #B4443A background.


White color preview on #B4443A background

This text has white color on #B4443A background.