COLOR #B02A35

HEX: #B02A35
RGB: (176,42,53)

Color info

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

RGB color model

#B02A35 color RGB value is (176,42,53).

  • red value is 176;
  • green value is 42;
  • blue value is 53.
RGB:
(176,42,53)
(69%,16%,21%)

RGB channels and saturation

R 176 of 255 = 69%
G 42 of 255 = 16%
B 53 of 255 = 21%

176
42
53

R + G + B ~ 35%. #B02A35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
176 + 42 + 53 = 271 (100%)
R 176 of 271 ~ 64.94%
G 42 of 271 ~ 15.5%
B 53 of 271 ~ 19.56%

%64.94
%15.5
%19.56

CMYK color model

#B02A35 color CMYK value is (0,76,70,31).

  • cyan value is 0.00%
  • magenta value is 76.14%
  • yellow value is 69.89%
  • key color value is 30.98%
CMYK:
(0,76,70,31)
C0M76Y70K31 
(0%,76%,70%,31%)
(0.00/0.76/0.70/0.31)	

CMYK percentages

%0
%76.14
%69.89
%30.98

Codes

Color #B02A35 in popluar color models

B02A35
RGB1764253
HSL355°61.47%42.75%
HSB/HSV355°76.14%69.02%
CMYK0.00%76.14%69.89%
30.98%

Color #B02A35 in popluar number systems.

HEXB02A35
Decimal1764253
Binary10110000101010110101
Octal2605265

Shades and tints

Shades of #B02A35

#B02A35
(176,42,53)
#A02731
(160,39,49)
#90242D
(144,36,45)
#802129
(128,33,41)
#701E25
(112,30,37)
#601B21
(96,27,33)
#50181D
(80,24,29)
#401519
(64,21,25)
#301215
(48,18,21)
#200F11
(32,15,17)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #B02A35

#B02A35
(176,42,53)
#B73D47
(183,61,71)
#BE5059
(190,80,89)
#C5636B
(197,99,107)
#CC767D
(204,118,125)
#D3898F
(211,137,143)
#DA9CA1
(218,156,161)
#E1AFB3
(225,175,179)
#E8C2C5
(232,194,197)
#EFD5D7
(239,213,215)
#F6E8E9
(246,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B02A35 color. Also use rgb(176,42,53) instead hex code.

Text Font Color

.myTextColor { color: #B02A35; }

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

This text font color is #B02A35.


Background Color

.myBgColor { background-color: #B02A35; }

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

This div background color is #B02A35.


Border color

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

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

This div border color is #B02A35.


Opacity

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

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

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

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

This text has shadow with #B02A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B02A35 on black background.


Color preview on white background

This text has color #B02A35 on white background.



Black color preview on #B02A35 background

This text has black color on #B02A35 background.


White color preview on #B02A35 background

This text has white color on #B02A35 background.