COLOR #BB0B22

HEX: #BB0B22
RGB: (187,11,34)

Color info

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

RGB color model

#BB0B22 color RGB value is (187,11,34).

  • red value is 187;
  • green value is 11;
  • blue value is 34.
RGB:
(187,11,34)
(73%,4%,13%)

RGB channels and saturation

R 187 of 255 = 73%
G 11 of 255 = 4%
B 34 of 255 = 13%

187
11
34

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

Portions of RGB colors in percentages

R + G + B =
187 + 11 + 34 = 232 (100%)
R 187 of 232 ~ 80.6%
G 11 of 232 ~ 4.74%
B 34 of 232 ~ 14.66%

%80.6
%14.66

CMYK color model

#BB0B22 color CMYK value is (0,94,82,27).

  • cyan value is 0.00%
  • magenta value is 94.12%
  • yellow value is 81.82%
  • key color value is 26.67%
CMYK:
(0,94,82,27)
C0M94Y82K27 
(0%,94%,82%,27%)
(0.00/0.94/0.82/0.27)	

CMYK percentages

%0
%94.12
%81.82
%26.67

Codes

Color #BB0B22 in popluar color models

BB0B22
RGB1871134
HSL352°88.89%38.82%
HSB/HSV352°94.12%73.33%
CMYK0.00%94.12%81.82%
26.67%

Color #BB0B22 in popluar number systems.

HEXBB0B22
Decimal1871134
Binary101110111011100010
Octal2731342

Shades and tints

Shades of #BB0B22

#BB0B22
(187,11,34)
#AA0A1F
(170,10,31)
#99091C
(153,9,28)
#880819
(136,8,25)
#770716
(119,7,22)
#660613
(102,6,19)
#550510
(85,5,16)
#44040D
(68,4,13)
#33030A
(51,3,10)
#220207
(34,2,7)
#110104
(17,1,4)
#000000
(0,0,0)

Tints of #BB0B22

#BB0B22
(187,11,34)
#C12136
(193,33,54)
#C7374A
(199,55,74)
#CD4D5E
(205,77,94)
#D36372
(211,99,114)
#D97986
(217,121,134)
#DF8F9A
(223,143,154)
#E5A5AE
(229,165,174)
#EBBBC2
(235,187,194)
#F1D1D6
(241,209,214)
#F7E7EA
(247,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB0B22; }

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

This text font color is #BB0B22.


Background Color

.myBgColor { background-color: #BB0B22; }

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

This div background color is #BB0B22.


Border color

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

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

This div border color is #BB0B22.


Opacity

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

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

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

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

This text has shadow with #BB0B22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB0B22 on black background.


Color preview on white background

This text has color #BB0B22 on white background.



Black color preview on #BB0B22 background

This text has black color on #BB0B22 background.


White color preview on #BB0B22 background

This text has white color on #BB0B22 background.