COLOR #B02E43

HEX: #B02E43
RGB: (176,46,67)

Color info

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

RGB color model

#B02E43 color RGB value is (176,46,67).

  • red value is 176;
  • green value is 46;
  • blue value is 67.
RGB:
(176,46,67)
(69%,18%,26%)

RGB channels and saturation

R 176 of 255 = 69%
G 46 of 255 = 18%
B 67 of 255 = 26%

176
46
67

R + G + B ~ 38%. #B02E43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
176 + 46 + 67 = 289 (100%)
R 176 of 289 ~ 60.9%
G 46 of 289 ~ 15.92%
B 67 of 289 ~ 23.18%

%60.9
%15.92
%23.18

CMYK color model

#B02E43 color CMYK value is (0,74,62,31).

  • cyan value is 0.00%
  • magenta value is 73.86%
  • yellow value is 61.93%
  • key color value is 30.98%
CMYK:
(0,74,62,31)
C0M74Y62K31 
(0%,74%,62%,31%)
(0.00/0.74/0.62/0.31)	

CMYK percentages

%0
%73.86
%61.93
%30.98

Codes

Color #B02E43 in popluar color models

B02E43
RGB1764667
HSL350°58.56%43.53%
HSB/HSV350°73.86%69.02%
CMYK0.00%73.86%61.93%
30.98%

Color #B02E43 in popluar number systems.

HEXB02E43
Decimal1764667
Binary101100001011101000011
Octal26056103

Shades and tints

Shades of #B02E43

#B02E43
(176,46,67)
#A02A3D
(160,42,61)
#902637
(144,38,55)
#802231
(128,34,49)
#701E2B
(112,30,43)
#601A25
(96,26,37)
#50161F
(80,22,31)
#401219
(64,18,25)
#300E13
(48,14,19)
#200A0D
(32,10,13)
#100607
(16,6,7)
#000000
(0,0,0)

Tints of #B02E43

#B02E43
(176,46,67)
#B74154
(183,65,84)
#BE5465
(190,84,101)
#C56776
(197,103,118)
#CC7A87
(204,122,135)
#D38D98
(211,141,152)
#DAA0A9
(218,160,169)
#E1B3BA
(225,179,186)
#E8C6CB
(232,198,203)
#EFD9DC
(239,217,220)
#F6ECED
(246,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B02E43 color. Also use rgb(176,46,67) instead hex code.

Text Font Color

.myTextColor { color: #B02E43; }

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

This text font color is #B02E43.


Background Color

.myBgColor { background-color: #B02E43; }

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

This div background color is #B02E43.


Border color

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

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

This div border color is #B02E43.


Opacity

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

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

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

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

This text has shadow with #B02E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B02E43 on black background.


Color preview on white background

This text has color #B02E43 on white background.



Black color preview on #B02E43 background

This text has black color on #B02E43 background.


White color preview on #B02E43 background

This text has white color on #B02E43 background.