COLOR #B22E34

HEX: #B22E34
RGB: (178,46,52)

Color info

#B22E34 contains mainly red color. Web safe color of #B22E34 is #993333 (or #933).

RGB color model

#B22E34 color RGB value is (178,46,52).

  • red value is 178;
  • green value is 46;
  • blue value is 52.
RGB:
(178,46,52)
(70%,18%,20%)

RGB channels and saturation

R 178 of 255 = 70%
G 46 of 255 = 18%
B 52 of 255 = 20%

178
46
52

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

Portions of RGB colors in percentages

R + G + B =
178 + 46 + 52 = 276 (100%)
R 178 of 276 ~ 64.49%
G 46 of 276 ~ 16.67%
B 52 of 276 ~ 18.84%

%64.49
%16.67
%18.84

CMYK color model

#B22E34 color CMYK value is (0,74,71,30).

  • cyan value is 0.00%
  • magenta value is 74.16%
  • yellow value is 70.79%
  • key color value is 30.20%
CMYK:
(0,74,71,30)
C0M74Y71K30 
(0%,74%,71%,30%)
(0.00/0.74/0.71/0.30)	

CMYK percentages

%0
%74.16
%70.79
%30.2

Codes

Color #B22E34 in popluar color models

B22E34
RGB1784652
HSL357°58.93%43.92%
HSB/HSV357°74.16%69.80%
CMYK0.00%74.16%70.79%
30.20%

Color #B22E34 in popluar number systems.

HEXB22E34
Decimal1784652
Binary10110010101110110100
Octal2625664

Shades and tints

Shades of #B22E34

#B22E34
(178,46,52)
#A22A30
(162,42,48)
#92262C
(146,38,44)
#822228
(130,34,40)
#721E24
(114,30,36)
#621A20
(98,26,32)
#52161C
(82,22,28)
#421218
(66,18,24)
#320E14
(50,14,20)
#220A10
(34,10,16)
#12060C
(18,6,12)
#000000
(0,0,0)

Tints of #B22E34

#B22E34
(178,46,52)
#B94146
(185,65,70)
#C05458
(192,84,88)
#C7676A
(199,103,106)
#CE7A7C
(206,122,124)
#D58D8E
(213,141,142)
#DCA0A0
(220,160,160)
#E3B3B2
(227,179,178)
#EAC6C4
(234,198,196)
#F1D9D6
(241,217,214)
#F8ECE8
(248,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B22E34 color. Also use rgb(178,46,52) instead hex code.

Text Font Color

.myTextColor { color: #B22E34; }

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

This text font color is #B22E34.


Background Color

.myBgColor { background-color: #B22E34; }

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

This div background color is #B22E34.


Border color

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

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

This div border color is #B22E34.


Opacity

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

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

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

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

This text has shadow with #B22E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B22E34 on black background.


Color preview on white background

This text has color #B22E34 on white background.



Black color preview on #B22E34 background

This text has black color on #B22E34 background.


White color preview on #B22E34 background

This text has white color on #B22E34 background.