COLOR #B4362A

HEX: #B4362A
RGB: (180,54,42)

Color info

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

RGB color model

#B4362A color RGB value is (180,54,42).

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

RGB channels and saturation

R 180 of 255 = 71%
G 54 of 255 = 21%
B 42 of 255 = 16%

180
54
42

R + G + B ~ 36%. #B4362A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
180 + 54 + 42 = 276 (100%)
R 180 of 276 ~ 65.22%
G 54 of 276 ~ 19.57%
B 42 of 276 ~ 15.22%

%65.22
%19.57
%15.22

CMYK color model

#B4362A color CMYK value is (0,70,77,29).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 76.67%
  • key color value is 29.41%
CMYK:
(0,70,77,29)
C0M70Y77K29 
(0%,70%,77%,29%)
(0.00/0.70/0.77/0.29)	

CMYK percentages

%0
%70
%76.67
%29.41

Codes

Color #B4362A in popluar color models

B4362A
RGB1805442
HSL62.16%43.53%
HSB/HSV76.67%70.59%
CMYK0.00%70.00%76.67%
29.41%

Color #B4362A in popluar number systems.

HEXB4362A
Decimal1805442
Binary10110100110110101010
Octal2646652

Shades and tints

Shades of #B4362A

#B4362A
(180,54,42)
#A43227
(164,50,39)
#942E24
(148,46,36)
#842A21
(132,42,33)
#74261E
(116,38,30)
#64221B
(100,34,27)
#541E18
(84,30,24)
#441A15
(68,26,21)
#341612
(52,22,18)
#24120F
(36,18,15)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #B4362A

#B4362A
(180,54,42)
#BA483D
(186,72,61)
#C05A50
(192,90,80)
#C66C63
(198,108,99)
#CC7E76
(204,126,118)
#D29089
(210,144,137)
#D8A29C
(216,162,156)
#DEB4AF
(222,180,175)
#E4C6C2
(228,198,194)
#EAD8D5
(234,216,213)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4362A; }

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

This text font color is #B4362A.


Background Color

.myBgColor { background-color: #B4362A; }

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

This div background color is #B4362A.


Border color

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

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

This div border color is #B4362A.


Opacity

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

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

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

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

This text has shadow with #B4362A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4362A on black background.


Color preview on white background

This text has color #B4362A on white background.



Black color preview on #B4362A background

This text has black color on #B4362A background.


White color preview on #B4362A background

This text has white color on #B4362A background.