COLOR #B44A2A

HEX: #B44A2A
RGB: (180,74,42)

Color info

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

RGB color model

#B44A2A color RGB value is (180,74,42).

  • red value is 180;
  • green value is 74;
  • blue value is 42.
RGB:
(180,74,42)
(71%,29%,16%)

RGB channels and saturation

R 180 of 255 = 71%
G 74 of 255 = 29%
B 42 of 255 = 16%

180
74
42

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

Portions of RGB colors in percentages

R + G + B =
180 + 74 + 42 = 296 (100%)
R 180 of 296 ~ 60.81%
G 74 of 296 ~ 25%
B 42 of 296 ~ 14.19%

%60.81
%25
%14.19

CMYK color model

#B44A2A color CMYK value is (0,59,77,29).

  • cyan value is 0.00%
  • magenta value is 58.89%
  • yellow value is 76.67%
  • key color value is 29.41%
CMYK:
(0,59,77,29)
C0M59Y77K29 
(0%,59%,77%,29%)
(0.00/0.59/0.77/0.29)	

CMYK percentages

%0
%58.89
%76.67
%29.41

Codes

Color #B44A2A in popluar color models

B44A2A
RGB1807442
HSL14°62.16%43.53%
HSB/HSV14°76.67%70.59%
CMYK0.00%58.89%76.67%
29.41%

Color #B44A2A in popluar number systems.

HEXB44A2A
Decimal1807442
Binary101101001001010101010
Octal26411252

Shades and tints

Shades of #B44A2A

#B44A2A
(180,74,42)
#A44427
(164,68,39)
#943E24
(148,62,36)
#843821
(132,56,33)
#74321E
(116,50,30)
#642C1B
(100,44,27)
#542618
(84,38,24)
#442015
(68,32,21)
#341A12
(52,26,18)
#24140F
(36,20,15)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #B44A2A

#B44A2A
(180,74,42)
#BA5A3D
(186,90,61)
#C06A50
(192,106,80)
#C67A63
(198,122,99)
#CC8A76
(204,138,118)
#D29A89
(210,154,137)
#D8AA9C
(216,170,156)
#DEBAAF
(222,186,175)
#E4CAC2
(228,202,194)
#EADAD5
(234,218,213)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B44A2A color. Also use rgb(180,74,42) instead hex code.

Text Font Color

.myTextColor { color: #B44A2A; }

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

This text font color is #B44A2A.


Background Color

.myBgColor { background-color: #B44A2A; }

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

This div background color is #B44A2A.


Border color

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

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

This div border color is #B44A2A.


Opacity

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

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

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

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

This text has shadow with #B44A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B44A2A on black background.


Color preview on white background

This text has color #B44A2A on white background.



Black color preview on #B44A2A background

This text has black color on #B44A2A background.


White color preview on #B44A2A background

This text has white color on #B44A2A background.