COLOR #B02D53

HEX: #B02D53
RGB: (176,45,83)

Color info

#B02D53 contains mainly red color. Web safe color of #B02D53 is #993366 (or #936).

RGB color model

#B02D53 color RGB value is (176,45,83).

  • red value is 176;
  • green value is 45;
  • blue value is 83.
RGB:
(176,45,83)
(69%,18%,33%)

RGB channels and saturation

R 176 of 255 = 69%
G 45 of 255 = 18%
B 83 of 255 = 33%

176
45
83

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

Portions of RGB colors in percentages

R + G + B =
176 + 45 + 83 = 304 (100%)
R 176 of 304 ~ 57.89%
G 45 of 304 ~ 14.8%
B 83 of 304 ~ 27.3%

%57.89
%14.8
%27.3

CMYK color model

#B02D53 color CMYK value is (0,74,53,31).

  • cyan value is 0.00%
  • magenta value is 74.43%
  • yellow value is 52.84%
  • key color value is 30.98%
CMYK:
(0,74,53,31)
C0M74Y53K31 
(0%,74%,53%,31%)
(0.00/0.74/0.53/0.31)	

CMYK percentages

%0
%74.43
%52.84
%30.98

Codes

Color #B02D53 in popluar color models

B02D53
RGB1764583
HSL343°59.28%43.33%
HSB/HSV343°74.43%69.02%
CMYK0.00%74.43%52.84%
30.98%

Color #B02D53 in popluar number systems.

HEXB02D53
Decimal1764583
Binary101100001011011010011
Octal26055123

Shades and tints

Shades of #B02D53

#B02D53
(176,45,83)
#A0294C
(160,41,76)
#902545
(144,37,69)
#80213E
(128,33,62)
#701D37
(112,29,55)
#601930
(96,25,48)
#501529
(80,21,41)
#401122
(64,17,34)
#300D1B
(48,13,27)
#200914
(32,9,20)
#10050D
(16,5,13)
#000000
(0,0,0)

Tints of #B02D53

#B02D53
(176,45,83)
#B74062
(183,64,98)
#BE5371
(190,83,113)
#C56680
(197,102,128)
#CC798F
(204,121,143)
#D38C9E
(211,140,158)
#DA9FAD
(218,159,173)
#E1B2BC
(225,178,188)
#E8C5CB
(232,197,203)
#EFD8DA
(239,216,218)
#F6EBE9
(246,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B02D53 color. Also use rgb(176,45,83) instead hex code.

Text Font Color

.myTextColor { color: #B02D53; }

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

This text font color is #B02D53.


Background Color

.myBgColor { background-color: #B02D53; }

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

This div background color is #B02D53.


Border color

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

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

This div border color is #B02D53.


Opacity

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

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

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

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

This text has shadow with #B02D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B02D53 on black background.


Color preview on white background

This text has color #B02D53 on white background.



Black color preview on #B02D53 background

This text has black color on #B02D53 background.


White color preview on #B02D53 background

This text has white color on #B02D53 background.