COLOR #B54A2C

HEX: #B54A2C
RGB: (181,74,44)

Color info

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

RGB color model

#B54A2C color RGB value is (181,74,44).

  • red value is 181;
  • green value is 74;
  • blue value is 44.
RGB:
(181,74,44)
(71%,29%,17%)

RGB channels and saturation

R 181 of 255 = 71%
G 74 of 255 = 29%
B 44 of 255 = 17%

181
74
44

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

Portions of RGB colors in percentages

R + G + B =
181 + 74 + 44 = 299 (100%)
R 181 of 299 ~ 60.54%
G 74 of 299 ~ 24.75%
B 44 of 299 ~ 14.72%

%60.54
%24.75
%14.72

CMYK color model

#B54A2C color CMYK value is (0,59,76,29).

  • cyan value is 0.00%
  • magenta value is 59.12%
  • yellow value is 75.69%
  • key color value is 29.02%
CMYK:
(0,59,76,29)
C0M59Y76K29 
(0%,59%,76%,29%)
(0.00/0.59/0.76/0.29)	

CMYK percentages

%0
%59.12
%75.69
%29.02

Codes

Color #B54A2C in popluar color models

B54A2C
RGB1817444
HSL13°60.89%44.12%
HSB/HSV13°75.69%70.98%
CMYK0.00%59.12%75.69%
29.02%

Color #B54A2C in popluar number systems.

HEXB54A2C
Decimal1817444
Binary101101011001010101100
Octal26511254

Shades and tints

Shades of #B54A2C

#B54A2C
(181,74,44)
#A54428
(165,68,40)
#953E24
(149,62,36)
#853820
(133,56,32)
#75321C
(117,50,28)
#652C18
(101,44,24)
#552614
(85,38,20)
#452010
(69,32,16)
#351A0C
(53,26,12)
#251408
(37,20,8)
#150E04
(21,14,4)
#000000
(0,0,0)

Tints of #B54A2C

#B54A2C
(181,74,44)
#BB5A3F
(187,90,63)
#C16A52
(193,106,82)
#C77A65
(199,122,101)
#CD8A78
(205,138,120)
#D39A8B
(211,154,139)
#D9AA9E
(217,170,158)
#DFBAB1
(223,186,177)
#E5CAC4
(229,202,196)
#EBDAD7
(235,218,215)
#F1EAEA
(241,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B54A2C color. Also use rgb(181,74,44) instead hex code.

Text Font Color

.myTextColor { color: #B54A2C; }

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

This text font color is #B54A2C.


Background Color

.myBgColor { background-color: #B54A2C; }

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

This div background color is #B54A2C.


Border color

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

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

This div border color is #B54A2C.


Opacity

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

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

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

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

This text has shadow with #B54A2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B54A2C on black background.


Color preview on white background

This text has color #B54A2C on white background.



Black color preview on #B54A2C background

This text has black color on #B54A2C background.


White color preview on #B54A2C background

This text has white color on #B54A2C background.