COLOR #B2242C

HEX: #B2242C
RGB: (178,36,44)

Color info

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

RGB color model

#B2242C color RGB value is (178,36,44).

  • red value is 178;
  • green value is 36;
  • blue value is 44.
RGB:
(178,36,44)
(70%,14%,17%)

RGB channels and saturation

R 178 of 255 = 70%
G 36 of 255 = 14%
B 44 of 255 = 17%

178
36
44

R + G + B ~ 34%. #B2242C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
178 + 36 + 44 = 258 (100%)
R 178 of 258 ~ 68.99%
G 36 of 258 ~ 13.95%
B 44 of 258 ~ 17.05%

%68.99
%13.95
%17.05

CMYK color model

#B2242C color CMYK value is (0,80,75,30).

  • cyan value is 0.00%
  • magenta value is 79.78%
  • yellow value is 75.28%
  • key color value is 30.20%
CMYK:
(0,80,75,30)
C0M80Y75K30 
(0%,80%,75%,30%)
(0.00/0.80/0.75/0.30)	

CMYK percentages

%0
%79.78
%75.28
%30.2

Codes

Color #B2242C in popluar color models

B2242C
RGB1783644
HSL357°66.36%41.96%
HSB/HSV357°79.78%69.80%
CMYK0.00%79.78%75.28%
30.20%

Color #B2242C in popluar number systems.

HEXB2242C
Decimal1783644
Binary10110010100100101100
Octal2624454

Shades and tints

Shades of #B2242C

#B2242C
(178,36,44)
#A22128
(162,33,40)
#921E24
(146,30,36)
#821B20
(130,27,32)
#72181C
(114,24,28)
#621518
(98,21,24)
#521214
(82,18,20)
#420F10
(66,15,16)
#320C0C
(50,12,12)
#220908
(34,9,8)
#120604
(18,6,4)
#000000
(0,0,0)

Tints of #B2242C

#B2242C
(178,36,44)
#B9373F
(185,55,63)
#C04A52
(192,74,82)
#C75D65
(199,93,101)
#CE7078
(206,112,120)
#D5838B
(213,131,139)
#DC969E
(220,150,158)
#E3A9B1
(227,169,177)
#EABCC4
(234,188,196)
#F1CFD7
(241,207,215)
#F8E2EA
(248,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2242C; }

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

This text font color is #B2242C.


Background Color

.myBgColor { background-color: #B2242C; }

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

This div background color is #B2242C.


Border color

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

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

This div border color is #B2242C.


Opacity

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

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

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

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

This text has shadow with #B2242C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2242C on black background.


Color preview on white background

This text has color #B2242C on white background.



Black color preview on #B2242C background

This text has black color on #B2242C background.


White color preview on #B2242C background

This text has white color on #B2242C background.