COLOR #B0423E

HEX: #B0423E
RGB: (176,66,62)

Color info

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

RGB color model

#B0423E color RGB value is (176,66,62).

  • red value is 176;
  • green value is 66;
  • blue value is 62.
RGB:
(176,66,62)
(69%,26%,24%)

RGB channels and saturation

R 176 of 255 = 69%
G 66 of 255 = 26%
B 62 of 255 = 24%

176
66
62

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

Portions of RGB colors in percentages

R + G + B =
176 + 66 + 62 = 304 (100%)
R 176 of 304 ~ 57.89%
G 66 of 304 ~ 21.71%
B 62 of 304 ~ 20.39%

%57.89
%21.71
%20.39

CMYK color model

#B0423E color CMYK value is (0,63,65,31).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 64.77%
  • key color value is 30.98%
CMYK:
(0,63,65,31)
C0M63Y65K31 
(0%,63%,65%,31%)
(0.00/0.63/0.65/0.31)	

CMYK percentages

%0
%62.5
%64.77
%30.98

Codes

Color #B0423E in popluar color models

B0423E
RGB1766662
HSL47.90%46.67%
HSB/HSV64.77%69.02%
CMYK0.00%62.50%64.77%
30.98%

Color #B0423E in popluar number systems.

HEXB0423E
Decimal1766662
Binary101100001000010111110
Octal26010276

Shades and tints

Shades of #B0423E

#B0423E
(176,66,62)
#A03C39
(160,60,57)
#903634
(144,54,52)
#80302F
(128,48,47)
#702A2A
(112,42,42)
#602425
(96,36,37)
#501E20
(80,30,32)
#40181B
(64,24,27)
#301216
(48,18,22)
#200C11
(32,12,17)
#10060C
(16,6,12)
#000000
(0,0,0)

Tints of #B0423E

#B0423E
(176,66,62)
#B7534F
(183,83,79)
#BE6460
(190,100,96)
#C57571
(197,117,113)
#CC8682
(204,134,130)
#D39793
(211,151,147)
#DAA8A4
(218,168,164)
#E1B9B5
(225,185,181)
#E8CAC6
(232,202,198)
#EFDBD7
(239,219,215)
#F6ECE8
(246,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0423E color. Also use rgb(176,66,62) instead hex code.

Text Font Color

.myTextColor { color: #B0423E; }

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

This text font color is #B0423E.


Background Color

.myBgColor { background-color: #B0423E; }

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

This div background color is #B0423E.


Border color

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

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

This div border color is #B0423E.


Opacity

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

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

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

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

This text has shadow with #B0423E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0423E on black background.


Color preview on white background

This text has color #B0423E on white background.



Black color preview on #B0423E background

This text has black color on #B0423E background.


White color preview on #B0423E background

This text has white color on #B0423E background.