COLOR #B22E2C

HEX: #B22E2C RGB: (178,46,44)

Color info

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

RGB color model

#B22E2C color RGB value is (178,46,44).

RGB: (178,46,44) (70%, 18%, 17%)

RGB channels and saturation

R 178 of 255 = 70%
G 46 of 255 = 18%
B 44 of 255 = 17%

178
46
44

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

Portions of RGB colors in percentages

R + G + B = 178 + 46 + 44 = 268 (100%)
R 178 of 268 ~ 66.42%
G 46 of 268 ~ 17.16%
B 44 of 268 ~ 16.42'%

%66.42
%17.16
%16.42

CMYK color model

#B22E2C color CMYK value is (0,74,75,30).

  • cyan value is 0.00%
  • magenta value is 74.16%
  • yellow value is 75.28%
  • key color value is 30.20%

CMYK: (0,74,75,30)
C0M74Y75K30 (0%, 74%, 75%, 30%)
(0.00 / 0.74 / 0.75 / 0.30)

CMYK percentages

%0
%74.16
%75.28
%30.2

Codes

Color #B22E2C in popluar color models

B2 2E 2C
RGB 178 46 44
HSL 60.36% 43.53%
HSB/HSV 75.28% 69.80%
CMYK 0.00% 74.16% 75.28%
30.20%

Color #B22E2C in popluar number systems.

HEX B2 2E 2C
Decimal 178 46 44
Binary 10110010 101110 101100
Octal 262 56 54

Shades and tints

Shades of #B22E2C

#B22E2C
(178,46,44)
#A22A28
(162,42,40)
#922624
(146,38,36)
#822220
(130,34,32)
#721E1C
(114,30,28)
#621A18
(98,26,24)
#521614
(82,22,20)
#421210
(66,18,16)
#320E0C
(50,14,12)
#220A08
(34,10,8)
#120604
(18,6,4)
#000000
(0,0,0)

Tints of #B22E2C

#B22E2C
(178,46,44)
#B9413F
(185,65,63)
#C05452
(192,84,82)
#C76765
(199,103,101)
#CE7A78
(206,122,120)
#D58D8B
(213,141,139)
#DCA09E
(220,160,158)
#E3B3B1
(227,179,177)
#EAC6C4
(234,198,196)
#F1D9D7
(241,217,215)
#F8ECEA
(248,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B22E2C; }

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

This text font color is #B22E2C.

Background Color

.myBgColor { background-color: #B22E2C; }

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

This div background color is #B22E2C.

Border color

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

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

This div border color is #B22E2C.

Opacity

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

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

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

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

This text has shadow with #B22E2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B22E2C.

Preview

Color preview on black background

This text has color #B22E2C on black background.


Color preview on white background

This text has color #B22E2C on white background.


Black color preview on #B22E2C background

This text has black color on #B22E2C background.


White color preview on #B22E2C background

This text has white color on #B22E2C background.


Related colors

Complementary color

Complementary color for #hex is #4DD1D3.


I love getcolorcode.com

Triadic colors

1 #2CB22E and #2E2CB2 with #B22E2C are triadic colors.

2 #2C2EB2 and #2EB22C with #B22E2C are triadic colors.