COLOR #BB3141

HEX: #BB3141
RGB: (187,49,65)

Color info

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

RGB color model

#BB3141 color RGB value is (187,49,65).

  • red value is 187;
  • green value is 49;
  • blue value is 65.
RGB:
(187,49,65)
(73%,19%,25%)

RGB channels and saturation

R 187 of 255 = 73%
G 49 of 255 = 19%
B 65 of 255 = 25%

187
49
65

R + G + B ~ 39%. #BB3141 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
187 + 49 + 65 = 301 (100%)
R 187 of 301 ~ 62.13%
G 49 of 301 ~ 16.28%
B 65 of 301 ~ 21.59%

%62.13
%16.28
%21.59

CMYK color model

#BB3141 color CMYK value is (0,74,65,27).

  • cyan value is 0.00%
  • magenta value is 73.80%
  • yellow value is 65.24%
  • key color value is 26.67%
CMYK:
(0,74,65,27)
C0M74Y65K27 
(0%,74%,65%,27%)
(0.00/0.74/0.65/0.27)	

CMYK percentages

%0
%73.8
%65.24
%26.67

Codes

Color #BB3141 in popluar color models

BB3141
RGB1874965
HSL353°58.47%46.27%
HSB/HSV353°73.80%73.33%
CMYK0.00%73.80%65.24%
26.67%

Color #BB3141 in popluar number systems.

HEXBB3141
Decimal1874965
Binary101110111100011000001
Octal27361101

Shades and tints

Shades of #BB3141

#BB3141
(187,49,65)
#AA2D3C
(170,45,60)
#992937
(153,41,55)
#882532
(136,37,50)
#77212D
(119,33,45)
#661D28
(102,29,40)
#551923
(85,25,35)
#44151E
(68,21,30)
#331119
(51,17,25)
#220D14
(34,13,20)
#11090F
(17,9,15)
#000000
(0,0,0)

Tints of #BB3141

#BB3141
(187,49,65)
#C14352
(193,67,82)
#C75563
(199,85,99)
#CD6774
(205,103,116)
#D37985
(211,121,133)
#D98B96
(217,139,150)
#DF9DA7
(223,157,167)
#E5AFB8
(229,175,184)
#EBC1C9
(235,193,201)
#F1D3DA
(241,211,218)
#F7E5EB
(247,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB3141 color. Also use rgb(187,49,65) instead hex code.

Text Font Color

.myTextColor { color: #BB3141; }

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

This text font color is #BB3141.


Background Color

.myBgColor { background-color: #BB3141; }

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

This div background color is #BB3141.


Border color

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

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

This div border color is #BB3141.


Opacity

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

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

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

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

This text has shadow with #BB3141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB3141 on black background.


Color preview on white background

This text has color #BB3141 on white background.



Black color preview on #BB3141 background

This text has black color on #BB3141 background.


White color preview on #BB3141 background

This text has white color on #BB3141 background.