COLOR #BC2116

HEX: #BC2116
RGB: (188,33,22)

Color info

#BC2116 contains mainly red color. Web safe color of #BC2116 is #CC3300 (or #C30).

RGB color model

#BC2116 color RGB value is (188,33,22).

  • red value is 188;
  • green value is 33;
  • blue value is 22.
RGB:
(188,33,22)
(74%,13%,9%)

RGB channels and saturation

R 188 of 255 = 74%
G 33 of 255 = 13%
B 22 of 255 = 9%

188
33
22

R + G + B ~ 32%. #BC2116 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
188 + 33 + 22 = 243 (100%)
R 188 of 243 ~ 77.37%
G 33 of 243 ~ 13.58%
B 22 of 243 ~ 9.05%

%77.37
%13.58

CMYK color model

#BC2116 color CMYK value is (0,82,88,26).

  • cyan value is 0.00%
  • magenta value is 82.45%
  • yellow value is 88.30%
  • key color value is 26.27%
CMYK:
(0,82,88,26)
C0M82Y88K26 
(0%,82%,88%,26%)
(0.00/0.82/0.88/0.26)	

CMYK percentages

%0
%82.45
%88.3
%26.27

Codes

Color #BC2116 in popluar color models

BC2116
RGB1883322
HSL79.05%41.18%
HSB/HSV88.30%73.73%
CMYK0.00%82.45%88.30%
26.27%

Color #BC2116 in popluar number systems.

HEXBC2116
Decimal1883322
Binary1011110010000110110
Octal2744126

Shades and tints

Shades of #BC2116

#BC2116
(188,33,22)
#AB1E14
(171,30,20)
#9A1B12
(154,27,18)
#891810
(137,24,16)
#78150E
(120,21,14)
#67120C
(103,18,12)
#560F0A
(86,15,10)
#450C08
(69,12,8)
#340906
(52,9,6)
#230604
(35,6,4)
#120302
(18,3,2)
#000000
(0,0,0)

Tints of #BC2116

#BC2116
(188,33,22)
#C2352B
(194,53,43)
#C84940
(200,73,64)
#CE5D55
(206,93,85)
#D4716A
(212,113,106)
#DA857F
(218,133,127)
#E09994
(224,153,148)
#E6ADA9
(230,173,169)
#ECC1BE
(236,193,190)
#F2D5D3
(242,213,211)
#F8E9E8
(248,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC2116 color. Also use rgb(188,33,22) instead hex code.

Text Font Color

.myTextColor { color: #BC2116; }

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

This text font color is #BC2116.


Background Color

.myBgColor { background-color: #BC2116; }

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

This div background color is #BC2116.


Border color

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

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

This div border color is #BC2116.


Opacity

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

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

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

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

This text has shadow with #BC2116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC2116 on black background.


Color preview on white background

This text has color #BC2116 on white background.



Black color preview on #BC2116 background

This text has black color on #BC2116 background.


White color preview on #BC2116 background

This text has white color on #BC2116 background.