COLOR #BC3F27

HEX: #BC3F27
RGB: (188,63,39)

Color info

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

RGB color model

#BC3F27 color RGB value is (188,63,39).

  • red value is 188;
  • green value is 63;
  • blue value is 39.
RGB:
(188,63,39)
(74%,25%,15%)

RGB channels and saturation

R 188 of 255 = 74%
G 63 of 255 = 25%
B 39 of 255 = 15%

188
63
39

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

Portions of RGB colors in percentages

R + G + B =
188 + 63 + 39 = 290 (100%)
R 188 of 290 ~ 64.83%
G 63 of 290 ~ 21.72%
B 39 of 290 ~ 13.45%

%64.83
%21.72
%13.45

CMYK color model

#BC3F27 color CMYK value is (0,66,79,26).

  • cyan value is 0.00%
  • magenta value is 66.49%
  • yellow value is 79.26%
  • key color value is 26.27%
CMYK:
(0,66,79,26)
C0M66Y79K26 
(0%,66%,79%,26%)
(0.00/0.66/0.79/0.26)	

CMYK percentages

%0
%66.49
%79.26
%26.27

Codes

Color #BC3F27 in popluar color models

BC3F27
RGB1886339
HSL10°65.64%44.51%
HSB/HSV10°79.26%73.73%
CMYK0.00%66.49%79.26%
26.27%

Color #BC3F27 in popluar number systems.

HEXBC3F27
Decimal1886339
Binary10111100111111100111
Octal2747747

Shades and tints

Shades of #BC3F27

#BC3F27
(188,63,39)
#AB3A24
(171,58,36)
#9A3521
(154,53,33)
#89301E
(137,48,30)
#782B1B
(120,43,27)
#672618
(103,38,24)
#562115
(86,33,21)
#451C12
(69,28,18)
#34170F
(52,23,15)
#23120C
(35,18,12)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #BC3F27

#BC3F27
(188,63,39)
#C2503A
(194,80,58)
#C8614D
(200,97,77)
#CE7260
(206,114,96)
#D48373
(212,131,115)
#DA9486
(218,148,134)
#E0A599
(224,165,153)
#E6B6AC
(230,182,172)
#ECC7BF
(236,199,191)
#F2D8D2
(242,216,210)
#F8E9E5
(248,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC3F27 color. Also use rgb(188,63,39) instead hex code.

Text Font Color

.myTextColor { color: #BC3F27; }

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

This text font color is #BC3F27.


Background Color

.myBgColor { background-color: #BC3F27; }

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

This div background color is #BC3F27.


Border color

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

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

This div border color is #BC3F27.


Opacity

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

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

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

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

This text has shadow with #BC3F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC3F27 on black background.


Color preview on white background

This text has color #BC3F27 on white background.



Black color preview on #BC3F27 background

This text has black color on #BC3F27 background.


White color preview on #BC3F27 background

This text has white color on #BC3F27 background.