COLOR #BB202E

HEX: #BB202E
RGB: (187,32,46)

Color info

#BB202E contains mainly red color. Web safe color of #BB202E is #CC3333 (or #C33).

RGB color model

#BB202E color RGB value is (187,32,46).

  • red value is 187;
  • green value is 32;
  • blue value is 46.
RGB:
(187,32,46)
(73%,13%,18%)

RGB channels and saturation

R 187 of 255 = 73%
G 32 of 255 = 13%
B 46 of 255 = 18%

187
32
46

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

Portions of RGB colors in percentages

R + G + B =
187 + 32 + 46 = 265 (100%)
R 187 of 265 ~ 70.57%
G 32 of 265 ~ 12.08%
B 46 of 265 ~ 17.36%

%70.57
%12.08
%17.36

CMYK color model

#BB202E color CMYK value is (0,83,75,27).

  • cyan value is 0.00%
  • magenta value is 82.89%
  • yellow value is 75.40%
  • key color value is 26.67%
CMYK:
(0,83,75,27)
C0M83Y75K27 
(0%,83%,75%,27%)
(0.00/0.83/0.75/0.27)	

CMYK percentages

%0
%82.89
%75.4
%26.67

Codes

Color #BB202E in popluar color models

BB202E
RGB1873246
HSL355°70.78%42.94%
HSB/HSV355°82.89%73.33%
CMYK0.00%82.89%75.40%
26.67%

Color #BB202E in popluar number systems.

HEXBB202E
Decimal1873246
Binary10111011100000101110
Octal2734056

Shades and tints

Shades of #BB202E

#BB202E
(187,32,46)
#AA1E2A
(170,30,42)
#991C26
(153,28,38)
#881A22
(136,26,34)
#77181E
(119,24,30)
#66161A
(102,22,26)
#551416
(85,20,22)
#441212
(68,18,18)
#33100E
(51,16,14)
#220E0A
(34,14,10)
#110C06
(17,12,6)
#000000
(0,0,0)

Tints of #BB202E

#BB202E
(187,32,46)
#C13441
(193,52,65)
#C74854
(199,72,84)
#CD5C67
(205,92,103)
#D3707A
(211,112,122)
#D9848D
(217,132,141)
#DF98A0
(223,152,160)
#E5ACB3
(229,172,179)
#EBC0C6
(235,192,198)
#F1D4D9
(241,212,217)
#F7E8EC
(247,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB202E color. Also use rgb(187,32,46) instead hex code.

Text Font Color

.myTextColor { color: #BB202E; }

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

This text font color is #BB202E.


Background Color

.myBgColor { background-color: #BB202E; }

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

This div background color is #BB202E.


Border color

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

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

This div border color is #BB202E.


Opacity

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

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

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

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

This text has shadow with #BB202E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB202E on black background.


Color preview on white background

This text has color #BB202E on white background.



Black color preview on #BB202E background

This text has black color on #BB202E background.


White color preview on #BB202E background

This text has white color on #BB202E background.