COLOR #BC0937

HEX: #BC0937
RGB: (188,9,55)

Color info

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

RGB color model

#BC0937 color RGB value is (188,9,55).

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

RGB channels and saturation

R 188 of 255 = 74%
G 9 of 255 = 4%
B 55 of 255 = 22%

188
9
55

R + G + B ~ 33%. #BC0937 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
188 + 9 + 55 = 252 (100%)
R 188 of 252 ~ 74.6%
G 9 of 252 ~ 3.57%
B 55 of 252 ~ 21.83%

%74.6
%21.83

CMYK color model

#BC0937 color CMYK value is (0,95,71,26).

  • cyan value is 0.00%
  • magenta value is 95.21%
  • yellow value is 70.74%
  • key color value is 26.27%
CMYK:
(0,95,71,26)
C0M95Y71K26 
(0%,95%,71%,26%)
(0.00/0.95/0.71/0.26)	

CMYK percentages

%0
%95.21
%70.74
%26.27

Codes

Color #BC0937 in popluar color models

BC0937
RGB188955
HSL345°90.86%38.63%
HSB/HSV345°95.21%73.73%
CMYK0.00%95.21%70.74%
26.27%

Color #BC0937 in popluar number systems.

HEXBC0937
Decimal188955
Binary101111001001110111
Octal2741167

Shades and tints

Shades of #BC0937

#BC0937
(188,9,55)
#AB0932
(171,9,50)
#9A092D
(154,9,45)
#890928
(137,9,40)
#780923
(120,9,35)
#67091E
(103,9,30)
#560919
(86,9,25)
#450914
(69,9,20)
#34090F
(52,9,15)
#23090A
(35,9,10)
#120905
(18,9,5)
#000000
(0,0,0)

Tints of #BC0937

#BC0937
(188,9,55)
#C21F49
(194,31,73)
#C8355B
(200,53,91)
#CE4B6D
(206,75,109)
#D4617F
(212,97,127)
#DA7791
(218,119,145)
#E08DA3
(224,141,163)
#E6A3B5
(230,163,181)
#ECB9C7
(236,185,199)
#F2CFD9
(242,207,217)
#F8E5EB
(248,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC0937 color. Also use rgb(188,9,55) instead hex code.

Text Font Color

.myTextColor { color: #BC0937; }

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

This text font color is #BC0937.


Background Color

.myBgColor { background-color: #BC0937; }

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

This div background color is #BC0937.


Border color

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

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

This div border color is #BC0937.


Opacity

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

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

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

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

This text has shadow with #BC0937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC0937 on black background.


Color preview on white background

This text has color #BC0937 on white background.



Black color preview on #BC0937 background

This text has black color on #BC0937 background.


White color preview on #BC0937 background

This text has white color on #BC0937 background.