COLOR #B24042

HEX: #B24042
RGB: (178,64,66)

Color info

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

RGB color model

#B24042 color RGB value is (178,64,66).

  • red value is 178;
  • green value is 64;
  • blue value is 66.
RGB:
(178,64,66)
(70%,25%,26%)

RGB channels and saturation

R 178 of 255 = 70%
G 64 of 255 = 25%
B 66 of 255 = 26%

178
64
66

R + G + B ~ 40%. #B24042 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
178 + 64 + 66 = 308 (100%)
R 178 of 308 ~ 57.79%
G 64 of 308 ~ 20.78%
B 66 of 308 ~ 21.43%

%57.79
%20.78
%21.43

CMYK color model

#B24042 color CMYK value is (0,64,63,30).

  • cyan value is 0.00%
  • magenta value is 64.04%
  • yellow value is 62.92%
  • key color value is 30.20%
CMYK:
(0,64,63,30)
C0M64Y63K30 
(0%,64%,63%,30%)
(0.00/0.64/0.63/0.30)	

CMYK percentages

%0
%64.04
%62.92
%30.2

Codes

Color #B24042 in popluar color models

B24042
RGB1786466
HSL359°47.11%47.45%
HSB/HSV359°64.04%69.80%
CMYK0.00%64.04%62.92%
30.20%

Color #B24042 in popluar number systems.

HEXB24042
Decimal1786466
Binary1011001010000001000010
Octal262100102

Shades and tints

Shades of #B24042

#B24042
(178,64,66)
#A23B3C
(162,59,60)
#923636
(146,54,54)
#823130
(130,49,48)
#722C2A
(114,44,42)
#622724
(98,39,36)
#52221E
(82,34,30)
#421D18
(66,29,24)
#321812
(50,24,18)
#22130C
(34,19,12)
#120E06
(18,14,6)
#000000
(0,0,0)

Tints of #B24042

#B24042
(178,64,66)
#B95153
(185,81,83)
#C06264
(192,98,100)
#C77375
(199,115,117)
#CE8486
(206,132,134)
#D59597
(213,149,151)
#DCA6A8
(220,166,168)
#E3B7B9
(227,183,185)
#EAC8CA
(234,200,202)
#F1D9DB
(241,217,219)
#F8EAEC
(248,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B24042 color. Also use rgb(178,64,66) instead hex code.

Text Font Color

.myTextColor { color: #B24042; }

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

This text font color is #B24042.


Background Color

.myBgColor { background-color: #B24042; }

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

This div background color is #B24042.


Border color

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

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

This div border color is #B24042.


Opacity

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

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

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

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

This text has shadow with #B24042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B24042 on black background.


Color preview on white background

This text has color #B24042 on white background.



Black color preview on #B24042 background

This text has black color on #B24042 background.


White color preview on #B24042 background

This text has white color on #B24042 background.