COLOR #BB0100

HEX: #BB0100
RGB: (187,1,0)

Color info

#BB0100 contains mainly red color. Web safe color of #BB0100 is #CC0000 (or #C00).

RGB color model

#BB0100 color RGB value is (187,1,0).

  • red value is 187;
  • green value is 1;
  • blue value is 0.
RGB:
(187,1,0)
(73%,0%,0%)

RGB channels and saturation

R 187 of 255 = 73%
G 1 of 255 = 0%
B 0 of 255 = 0%

187
1
0

R + G + B ~ 24%. #BB0100 is dark color.

Portions of RGB colors in percentages

R + G + B =
187 + 1 + 0 = 188 (100%)
R 187 of 188 ~ 99.47%
G 1 of 188 ~ 0.53%
B 0 of 188 ~ 0%

%99.47

CMYK color model

#BB0100 color CMYK value is (0,99,100,27).

  • cyan value is 0.00%
  • magenta value is 99.47%
  • yellow value is 100.00%
  • key color value is 26.67%
CMYK:
(0,99,100,27)
C0M99Y100K27 
(0%,99%,100%,27%)
(0.00/0.99/1.00/0.27)	

CMYK percentages

%0
%99.47
%100
%26.67

Codes

Color #BB0100 in popluar color models

BB0100
RGB18710
HSL100.00%36.67%
HSB/HSV100.00%73.33%
CMYK0.00%99.47%100.00%
26.67%

Color #BB0100 in popluar number systems.

HEXBB0100
Decimal18710
Binary1011101110
Octal27310

Shades and tints

Shades of #BB0100

#BB0100
(187,1,0)
#AA0100
(170,1,0)
#990100
(153,1,0)
#880100
(136,1,0)
#770100
(119,1,0)
#660100
(102,1,0)
#550100
(85,1,0)
#440100
(68,1,0)
#330100
(51,1,0)
#220100
(34,1,0)
#110100
(17,1,0)
#000000
(0,0,0)

Tints of #BB0100

#BB0100
(187,1,0)
#C11817
(193,24,23)
#C72F2E
(199,47,46)
#CD4645
(205,70,69)
#D35D5C
(211,93,92)
#D97473
(217,116,115)
#DF8B8A
(223,139,138)
#E5A2A1
(229,162,161)
#EBB9B8
(235,185,184)
#F1D0CF
(241,208,207)
#F7E7E6
(247,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB0100 color. Also use rgb(187,1,0) instead hex code.

Text Font Color

.myTextColor { color: #BB0100; }

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

This text font color is #BB0100.


Background Color

.myBgColor { background-color: #BB0100; }

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

This div background color is #BB0100.


Border color

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

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

This div border color is #BB0100.


Opacity

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

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

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

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

This text has shadow with #BB0100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB0100 on black background.


Color preview on white background

This text has color #BB0100 on white background.



Black color preview on #BB0100 background

This text has black color on #BB0100 background.


White color preview on #BB0100 background

This text has white color on #BB0100 background.