COLOR #BC2715

HEX: #BC2715
RGB: (188,39,21)

Color info

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

RGB color model

#BC2715 color RGB value is (188,39,21).

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

RGB channels and saturation

R 188 of 255 = 74%
G 39 of 255 = 15%
B 21 of 255 = 8%

188
39
21

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

Portions of RGB colors in percentages

R + G + B =
188 + 39 + 21 = 248 (100%)
R 188 of 248 ~ 75.81%
G 39 of 248 ~ 15.73%
B 21 of 248 ~ 8.47%

%75.81
%15.73

CMYK color model

#BC2715 color CMYK value is (0,79,89,26).

  • cyan value is 0.00%
  • magenta value is 79.26%
  • yellow value is 88.83%
  • key color value is 26.27%
CMYK:
(0,79,89,26)
C0M79Y89K26 
(0%,79%,89%,26%)
(0.00/0.79/0.89/0.26)	

CMYK percentages

%0
%79.26
%88.83
%26.27

Codes

Color #BC2715 in popluar color models

BC2715
RGB1883921
HSL79.90%40.98%
HSB/HSV88.83%73.73%
CMYK0.00%79.26%88.83%
26.27%

Color #BC2715 in popluar number systems.

HEXBC2715
Decimal1883921
Binary1011110010011110101
Octal2744725

Shades and tints

Shades of #BC2715

#BC2715
(188,39,21)
#AB2414
(171,36,20)
#9A2113
(154,33,19)
#891E12
(137,30,18)
#781B11
(120,27,17)
#671810
(103,24,16)
#56150F
(86,21,15)
#45120E
(69,18,14)
#340F0D
(52,15,13)
#230C0C
(35,12,12)
#12090B
(18,9,11)
#000000
(0,0,0)

Tints of #BC2715

#BC2715
(188,39,21)
#C23A2A
(194,58,42)
#C84D3F
(200,77,63)
#CE6054
(206,96,84)
#D47369
(212,115,105)
#DA867E
(218,134,126)
#E09993
(224,153,147)
#E6ACA8
(230,172,168)
#ECBFBD
(236,191,189)
#F2D2D2
(242,210,210)
#F8E5E7
(248,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC2715; }

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

This text font color is #BC2715.


Background Color

.myBgColor { background-color: #BC2715; }

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

This div background color is #BC2715.


Border color

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

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

This div border color is #BC2715.


Opacity

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

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

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

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

This text has shadow with #BC2715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC2715 on black background.


Color preview on white background

This text has color #BC2715 on white background.



Black color preview on #BC2715 background

This text has black color on #BC2715 background.


White color preview on #BC2715 background

This text has white color on #BC2715 background.