COLOR #BB2E0A

HEX: #BB2E0A
RGB: (187,46,10)

Color info

#BB2E0A contains mainly red color. Web safe color of #BB2E0A is #CC3300 (or #C30).

RGB color model

#BB2E0A color RGB value is (187,46,10).

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

RGB channels and saturation

R 187 of 255 = 73%
G 46 of 255 = 18%
B 10 of 255 = 4%

187
46
10

R + G + B ~ 32%. #BB2E0A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
187 + 46 + 10 = 243 (100%)
R 187 of 243 ~ 76.95%
G 46 of 243 ~ 18.93%
B 10 of 243 ~ 4.12%

%76.95
%18.93

CMYK color model

#BB2E0A color CMYK value is (0,75,95,27).

  • cyan value is 0.00%
  • magenta value is 75.40%
  • yellow value is 94.65%
  • key color value is 26.67%
CMYK:
(0,75,95,27)
C0M75Y95K27 
(0%,75%,95%,27%)
(0.00/0.75/0.95/0.27)	

CMYK percentages

%0
%75.4
%94.65
%26.67

Codes

Color #BB2E0A in popluar color models

BB2E0A
RGB1874610
HSL12°89.85%38.63%
HSB/HSV12°94.65%73.33%
CMYK0.00%75.40%94.65%
26.67%

Color #BB2E0A in popluar number systems.

HEXBB2E0A
Decimal1874610
Binary101110111011101010
Octal2735612

Shades and tints

Shades of #BB2E0A

#BB2E0A
(187,46,10)
#AA2A0A
(170,42,10)
#99260A
(153,38,10)
#88220A
(136,34,10)
#771E0A
(119,30,10)
#661A0A
(102,26,10)
#55160A
(85,22,10)
#44120A
(68,18,10)
#330E0A
(51,14,10)
#220A0A
(34,10,10)
#11060A
(17,6,10)
#000000
(0,0,0)

Tints of #BB2E0A

#BB2E0A
(187,46,10)
#C14120
(193,65,32)
#C75436
(199,84,54)
#CD674C
(205,103,76)
#D37A62
(211,122,98)
#D98D78
(217,141,120)
#DFA08E
(223,160,142)
#E5B3A4
(229,179,164)
#EBC6BA
(235,198,186)
#F1D9D0
(241,217,208)
#F7ECE6
(247,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB2E0A; }

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

This text font color is #BB2E0A.


Background Color

.myBgColor { background-color: #BB2E0A; }

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

This div background color is #BB2E0A.


Border color

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

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

This div border color is #BB2E0A.


Opacity

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

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

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

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

This text has shadow with #BB2E0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB2E0A on black background.


Color preview on white background

This text has color #BB2E0A on white background.



Black color preview on #BB2E0A background

This text has black color on #BB2E0A background.


White color preview on #BB2E0A background

This text has white color on #BB2E0A background.