COLOR #BC3631

HEX: #BC3631
RGB: (188,54,49)

Color info

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

RGB color model

#BC3631 color RGB value is (188,54,49).

  • red value is 188;
  • green value is 54;
  • blue value is 49.
RGB:
(188,54,49)
(74%,21%,19%)

RGB channels and saturation

R 188 of 255 = 74%
G 54 of 255 = 21%
B 49 of 255 = 19%

188
54
49

R + G + B ~ 38%. #BC3631 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
188 + 54 + 49 = 291 (100%)
R 188 of 291 ~ 64.6%
G 54 of 291 ~ 18.56%
B 49 of 291 ~ 16.84%

%64.6
%18.56
%16.84

CMYK color model

#BC3631 color CMYK value is (0,71,74,26).

  • cyan value is 0.00%
  • magenta value is 71.28%
  • yellow value is 73.94%
  • key color value is 26.27%
CMYK:
(0,71,74,26)
C0M71Y74K26 
(0%,71%,74%,26%)
(0.00/0.71/0.74/0.26)	

CMYK percentages

%0
%71.28
%73.94
%26.27

Codes

Color #BC3631 in popluar color models

BC3631
RGB1885449
HSL58.65%46.47%
HSB/HSV73.94%73.73%
CMYK0.00%71.28%73.94%
26.27%

Color #BC3631 in popluar number systems.

HEXBC3631
Decimal1885449
Binary10111100110110110001
Octal2746661

Shades and tints

Shades of #BC3631

#BC3631
(188,54,49)
#AB322D
(171,50,45)
#9A2E29
(154,46,41)
#892A25
(137,42,37)
#782621
(120,38,33)
#67221D
(103,34,29)
#561E19
(86,30,25)
#451A15
(69,26,21)
#341611
(52,22,17)
#23120D
(35,18,13)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #BC3631

#BC3631
(188,54,49)
#C24843
(194,72,67)
#C85A55
(200,90,85)
#CE6C67
(206,108,103)
#D47E79
(212,126,121)
#DA908B
(218,144,139)
#E0A29D
(224,162,157)
#E6B4AF
(230,180,175)
#ECC6C1
(236,198,193)
#F2D8D3
(242,216,211)
#F8EAE5
(248,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC3631 color. Also use rgb(188,54,49) instead hex code.

Text Font Color

.myTextColor { color: #BC3631; }

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

This text font color is #BC3631.


Background Color

.myBgColor { background-color: #BC3631; }

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

This div background color is #BC3631.


Border color

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

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

This div border color is #BC3631.


Opacity

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

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

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

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

This text has shadow with #BC3631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC3631 on black background.


Color preview on white background

This text has color #BC3631 on white background.



Black color preview on #BC3631 background

This text has black color on #BC3631 background.


White color preview on #BC3631 background

This text has white color on #BC3631 background.