COLOR #B02531

HEX: #B02531
RGB: (176,37,49)

Color info

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

RGB color model

#B02531 color RGB value is (176,37,49).

  • red value is 176;
  • green value is 37;
  • blue value is 49.
RGB:
(176,37,49)
(69%,15%,19%)

RGB channels and saturation

R 176 of 255 = 69%
G 37 of 255 = 15%
B 49 of 255 = 19%

176
37
49

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

Portions of RGB colors in percentages

R + G + B =
176 + 37 + 49 = 262 (100%)
R 176 of 262 ~ 67.18%
G 37 of 262 ~ 14.12%
B 49 of 262 ~ 18.7%

%67.18
%14.12
%18.7

CMYK color model

#B02531 color CMYK value is (0,79,72,31).

  • cyan value is 0.00%
  • magenta value is 78.98%
  • yellow value is 72.16%
  • key color value is 30.98%
CMYK:
(0,79,72,31)
C0M79Y72K31 
(0%,79%,72%,31%)
(0.00/0.79/0.72/0.31)	

CMYK percentages

%0
%78.98
%72.16
%30.98

Codes

Color #B02531 in popluar color models

B02531
RGB1763749
HSL355°65.26%41.76%
HSB/HSV355°78.98%69.02%
CMYK0.00%78.98%72.16%
30.98%

Color #B02531 in popluar number systems.

HEXB02531
Decimal1763749
Binary10110000100101110001
Octal2604561

Shades and tints

Shades of #B02531

#B02531
(176,37,49)
#A0222D
(160,34,45)
#901F29
(144,31,41)
#801C25
(128,28,37)
#701921
(112,25,33)
#60161D
(96,22,29)
#501319
(80,19,25)
#401015
(64,16,21)
#300D11
(48,13,17)
#200A0D
(32,10,13)
#100709
(16,7,9)
#000000
(0,0,0)

Tints of #B02531

#B02531
(176,37,49)
#B73843
(183,56,67)
#BE4B55
(190,75,85)
#C55E67
(197,94,103)
#CC7179
(204,113,121)
#D3848B
(211,132,139)
#DA979D
(218,151,157)
#E1AAAF
(225,170,175)
#E8BDC1
(232,189,193)
#EFD0D3
(239,208,211)
#F6E3E5
(246,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B02531 color. Also use rgb(176,37,49) instead hex code.

Text Font Color

.myTextColor { color: #B02531; }

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

This text font color is #B02531.


Background Color

.myBgColor { background-color: #B02531; }

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

This div background color is #B02531.


Border color

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

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

This div border color is #B02531.


Opacity

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

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

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

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

This text has shadow with #B02531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B02531 on black background.


Color preview on white background

This text has color #B02531 on white background.



Black color preview on #B02531 background

This text has black color on #B02531 background.


White color preview on #B02531 background

This text has white color on #B02531 background.