COLOR #BB2232

HEX: #BB2232 RGB: (187,34,50)

Color info

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

RGB color model

#BB2232 color RGB value is (187,34,50).

RGB: (187,34,50) (73%, 13%, 20%)

RGB channels and saturation

R 187 of 255 = 73%
G 34 of 255 = 13%
B 50 of 255 = 20%

187
34
50

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

Portions of RGB colors in percentages

R + G + B = 187 + 34 + 50 = 271 (100%)
R 187 of 271 ~ 69%
G 34 of 271 ~ 12.55%
B 50 of 271 ~ 18.45'%

%69
%12.55
%18.45

CMYK color model

#BB2232 color CMYK value is (0,82,73,27).

  • cyan value is 0.00%
  • magenta value is 81.82%
  • yellow value is 73.26%
  • key color value is 26.67%

CMYK: (0,82,73,27)
C0M82Y73K27 (0%, 82%, 73%, 27%)
(0.00 / 0.82 / 0.73 / 0.27)

CMYK percentages

%0
%81.82
%73.26
%26.67

Codes

Color #BB2232 in popluar color models

BB 22 32
RGB 187 34 50
HSL 354° 69.23% 43.33%
HSB/HSV 354° 81.82% 73.33%
CMYK 0.00% 81.82% 73.26%
26.67%

Color #BB2232 in popluar number systems.

HEX BB 22 32
Decimal 187 34 50
Binary 10111011 100010 110010
Octal 273 42 62

Shades and tints

Shades of #BB2232

#BB2232
(187,34,50)
#AA1F2E
(170,31,46)
#991C2A
(153,28,42)
#881926
(136,25,38)
#771622
(119,22,34)
#66131E
(102,19,30)
#55101A
(85,16,26)
#440D16
(68,13,22)
#330A12
(51,10,18)
#22070E
(34,7,14)
#11040A
(17,4,10)
#000000
(0,0,0)

Tints of #BB2232

#BB2232
(187,34,50)
#C13644
(193,54,68)
#C74A56
(199,74,86)
#CD5E68
(205,94,104)
#D3727A
(211,114,122)
#D9868C
(217,134,140)
#DF9A9E
(223,154,158)
#E5AEB0
(229,174,176)
#EBC2C2
(235,194,194)
#F1D6D4
(241,214,212)
#F7EAE6
(247,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB2232; }

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

This text font color is #BB2232.

Background Color

.myBgColor { background-color: #BB2232; }

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

This div background color is #BB2232.

Border color

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

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

This div border color is #BB2232.

Opacity

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

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

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

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

This text has shadow with #BB2232 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB2232.

Preview

Color preview on black background

This text has color #BB2232 on black background.


Color preview on white background

This text has color #BB2232 on white background.


Black color preview on #BB2232 background

This text has black color on #BB2232 background.


White color preview on #BB2232 background

This text has white color on #BB2232 background.


Related colors

Complementary color

Complementary color for #hex is #44DDCD.


I love getcolorcode.com

Triadic colors

1 #32BB22 and #2232BB with #BB2232 are triadic colors.

2 #3222BB and #22BB32 with #BB2232 are triadic colors.