COLOR #B4292E

HEX: #B4292E
RGB: (180,41,46)

Color info

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

RGB color model

#B4292E color RGB value is (180,41,46).

  • red value is 180;
  • green value is 41;
  • blue value is 46.
RGB:
(180,41,46)
(71%,16%,18%)

RGB channels and saturation

R 180 of 255 = 71%
G 41 of 255 = 16%
B 46 of 255 = 18%

180
41
46

R + G + B ~ 35%. #B4292E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
180 + 41 + 46 = 267 (100%)
R 180 of 267 ~ 67.42%
G 41 of 267 ~ 15.36%
B 46 of 267 ~ 17.23%

%67.42
%15.36
%17.23

CMYK color model

#B4292E color CMYK value is (0,77,74,29).

  • cyan value is 0.00%
  • magenta value is 77.22%
  • yellow value is 74.44%
  • key color value is 29.41%
CMYK:
(0,77,74,29)
C0M77Y74K29 
(0%,77%,74%,29%)
(0.00/0.77/0.74/0.29)	

CMYK percentages

%0
%77.22
%74.44
%29.41

Codes

Color #B4292E in popluar color models

B4292E
RGB1804146
HSL358°62.90%43.33%
HSB/HSV358°77.22%70.59%
CMYK0.00%77.22%74.44%
29.41%

Color #B4292E in popluar number systems.

HEXB4292E
Decimal1804146
Binary10110100101001101110
Octal2645156

Shades and tints

Shades of #B4292E

#B4292E
(180,41,46)
#A4262A
(164,38,42)
#942326
(148,35,38)
#842022
(132,32,34)
#741D1E
(116,29,30)
#641A1A
(100,26,26)
#541716
(84,23,22)
#441412
(68,20,18)
#34110E
(52,17,14)
#240E0A
(36,14,10)
#140B06
(20,11,6)
#000000
(0,0,0)

Tints of #B4292E

#B4292E
(180,41,46)
#BA3C41
(186,60,65)
#C04F54
(192,79,84)
#C66267
(198,98,103)
#CC757A
(204,117,122)
#D2888D
(210,136,141)
#D89BA0
(216,155,160)
#DEAEB3
(222,174,179)
#E4C1C6
(228,193,198)
#EAD4D9
(234,212,217)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4292E color. Also use rgb(180,41,46) instead hex code.

Text Font Color

.myTextColor { color: #B4292E; }

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

This text font color is #B4292E.


Background Color

.myBgColor { background-color: #B4292E; }

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

This div background color is #B4292E.


Border color

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

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

This div border color is #B4292E.


Opacity

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

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

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

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

This text has shadow with #B4292E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4292E on black background.


Color preview on white background

This text has color #B4292E on white background.



Black color preview on #B4292E background

This text has black color on #B4292E background.


White color preview on #B4292E background

This text has white color on #B4292E background.