COLOR #BB002E

HEX: #BB002E
RGB: (187,0,46)

Color info

#BB002E contains mainly red color. Web safe color of #BB002E is #CC0033 (or #C03).

RGB color model

#BB002E color RGB value is (187,0,46).

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

RGB channels and saturation

R 187 of 255 = 73%
G 0 of 255 = 0%
B 46 of 255 = 18%

187
0
46

R + G + B ~ 30%. #BB002E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
187 + 0 + 46 = 233 (100%)
R 187 of 233 ~ 80.26%
G 0 of 233 ~ 0%
B 46 of 233 ~ 19.74%

%80.26
%19.74

CMYK color model

#BB002E color CMYK value is (0,100,75,27).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 75.40%
  • key color value is 26.67%
CMYK:
(0,100,75,27)
C0M100Y75K27 
(0%,100%,75%,27%)
(0.00/1.00/0.75/0.27)	

CMYK percentages

%0
%100
%75.4
%26.67

Codes

Color #BB002E in popluar color models

BB002E
RGB187046
HSL345°100.00%36.67%
HSB/HSV345°100.00%73.33%
CMYK0.00%100.00%75.40%
26.67%

Color #BB002E in popluar number systems.

HEXBB002E
Decimal187046
Binary101110110101110
Octal273056

Shades and tints

Shades of #BB002E

#BB002E
(187,0,46)
#AA002A
(170,0,42)
#990026
(153,0,38)
#880022
(136,0,34)
#77001E
(119,0,30)
#66001A
(102,0,26)
#550016
(85,0,22)
#440012
(68,0,18)
#33000E
(51,0,14)
#22000A
(34,0,10)
#110006
(17,0,6)
#000000
(0,0,0)

Tints of #BB002E

#BB002E
(187,0,46)
#C11741
(193,23,65)
#C72E54
(199,46,84)
#CD4567
(205,69,103)
#D35C7A
(211,92,122)
#D9738D
(217,115,141)
#DF8AA0
(223,138,160)
#E5A1B3
(229,161,179)
#EBB8C6
(235,184,198)
#F1CFD9
(241,207,217)
#F7E6EC
(247,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB002E; }

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

This text font color is #BB002E.


Background Color

.myBgColor { background-color: #BB002E; }

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

This div background color is #BB002E.


Border color

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

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

This div border color is #BB002E.


Opacity

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

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

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

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

This text has shadow with #BB002E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB002E on black background.


Color preview on white background

This text has color #BB002E on white background.



Black color preview on #BB002E background

This text has black color on #BB002E background.


White color preview on #BB002E background

This text has white color on #BB002E background.