COLOR #BB1B32

HEX: #BB1B32
RGB: (187,27,50)

Color info

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

RGB color model

#BB1B32 color RGB value is (187,27,50).

  • red value is 187;
  • green value is 27;
  • blue value is 50.
RGB:
(187,27,50)
(73%,11%,20%)

RGB channels and saturation

R 187 of 255 = 73%
G 27 of 255 = 11%
B 50 of 255 = 20%

187
27
50

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

Portions of RGB colors in percentages

R + G + B =
187 + 27 + 50 = 264 (100%)
R 187 of 264 ~ 70.83%
G 27 of 264 ~ 10.23%
B 50 of 264 ~ 18.94%

%70.83
%10.23
%18.94

CMYK color model

#BB1B32 color CMYK value is (0,86,73,27).

  • cyan value is 0.00%
  • magenta value is 85.56%
  • yellow value is 73.26%
  • key color value is 26.67%
CMYK:
(0,86,73,27)
C0M86Y73K27 
(0%,86%,73%,27%)
(0.00/0.86/0.73/0.27)	

CMYK percentages

%0
%85.56
%73.26
%26.67

Codes

Color #BB1B32 in popluar color models

BB1B32
RGB1872750
HSL351°74.77%41.96%
HSB/HSV351°85.56%73.33%
CMYK0.00%85.56%73.26%
26.67%

Color #BB1B32 in popluar number systems.

HEXBB1B32
Decimal1872750
Binary1011101111011110010
Octal2733362

Shades and tints

Shades of #BB1B32

#BB1B32
(187,27,50)
#AA192E
(170,25,46)
#99172A
(153,23,42)
#881526
(136,21,38)
#771322
(119,19,34)
#66111E
(102,17,30)
#550F1A
(85,15,26)
#440D16
(68,13,22)
#330B12
(51,11,18)
#22090E
(34,9,14)
#11070A
(17,7,10)
#000000
(0,0,0)

Tints of #BB1B32

#BB1B32
(187,27,50)
#C12F44
(193,47,68)
#C74356
(199,67,86)
#CD5768
(205,87,104)
#D36B7A
(211,107,122)
#D97F8C
(217,127,140)
#DF939E
(223,147,158)
#E5A7B0
(229,167,176)
#EBBBC2
(235,187,194)
#F1CFD4
(241,207,212)
#F7E3E6
(247,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB1B32 color. Also use rgb(187,27,50) instead hex code.

Text Font Color

.myTextColor { color: #BB1B32; }

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

This text font color is #BB1B32.


Background Color

.myBgColor { background-color: #BB1B32; }

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

This div background color is #BB1B32.


Border color

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

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

This div border color is #BB1B32.


Opacity

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

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

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

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

This text has shadow with #BB1B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB1B32 on black background.


Color preview on white background

This text has color #BB1B32 on white background.



Black color preview on #BB1B32 background

This text has black color on #BB1B32 background.


White color preview on #BB1B32 background

This text has white color on #BB1B32 background.