COLOR #B44113

HEX: #B44113
RGB: (180,65,19)

Color info

#B44113 contains mainly red color. Web safe color of #B44113 is #CC3300 (or #C30).

RGB color model

#B44113 color RGB value is (180,65,19).

  • red value is 180;
  • green value is 65;
  • blue value is 19.
RGB:
(180,65,19)
(71%,25%,7%)

RGB channels and saturation

R 180 of 255 = 71%
G 65 of 255 = 25%
B 19 of 255 = 7%

180
65
19

R + G + B ~ 34%. #B44113 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
180 + 65 + 19 = 264 (100%)
R 180 of 264 ~ 68.18%
G 65 of 264 ~ 24.62%
B 19 of 264 ~ 7.2%

%68.18
%24.62

CMYK color model

#B44113 color CMYK value is (0,64,89,29).

  • cyan value is 0.00%
  • magenta value is 63.89%
  • yellow value is 89.44%
  • key color value is 29.41%
CMYK:
(0,64,89,29)
C0M64Y89K29 
(0%,64%,89%,29%)
(0.00/0.64/0.89/0.29)	

CMYK percentages

%0
%63.89
%89.44
%29.41

Codes

Color #B44113 in popluar color models

B44113
RGB1806519
HSL17°80.90%39.02%
HSB/HSV17°89.44%70.59%
CMYK0.00%63.89%89.44%
29.41%

Color #B44113 in popluar number systems.

HEXB44113
Decimal1806519
Binary10110100100000110011
Octal26410123

Shades and tints

Shades of #B44113

#B44113
(180,65,19)
#A43C12
(164,60,18)
#943711
(148,55,17)
#843210
(132,50,16)
#742D0F
(116,45,15)
#64280E
(100,40,14)
#54230D
(84,35,13)
#441E0C
(68,30,12)
#34190B
(52,25,11)
#24140A
(36,20,10)
#140F09
(20,15,9)
#000000
(0,0,0)

Tints of #B44113

#B44113
(180,65,19)
#BA5228
(186,82,40)
#C0633D
(192,99,61)
#C67452
(198,116,82)
#CC8567
(204,133,103)
#D2967C
(210,150,124)
#D8A791
(216,167,145)
#DEB8A6
(222,184,166)
#E4C9BB
(228,201,187)
#EADAD0
(234,218,208)
#F0EBE5
(240,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B44113 color. Also use rgb(180,65,19) instead hex code.

Text Font Color

.myTextColor { color: #B44113; }

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

This text font color is #B44113.


Background Color

.myBgColor { background-color: #B44113; }

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

This div background color is #B44113.


Border color

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

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

This div border color is #B44113.


Opacity

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

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

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

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

This text has shadow with #B44113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B44113 on black background.


Color preview on white background

This text has color #B44113 on white background.



Black color preview on #B44113 background

This text has black color on #B44113 background.


White color preview on #B44113 background

This text has white color on #B44113 background.