COLOR #BC3A25

HEX: #BC3A25
RGB: (188,58,37)

Color info

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

RGB color model

#BC3A25 color RGB value is (188,58,37).

  • red value is 188;
  • green value is 58;
  • blue value is 37.
RGB:
(188,58,37)
(74%,23%,15%)

RGB channels and saturation

R 188 of 255 = 74%
G 58 of 255 = 23%
B 37 of 255 = 15%

188
58
37

R + G + B ~ 37%. #BC3A25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
188 + 58 + 37 = 283 (100%)
R 188 of 283 ~ 66.43%
G 58 of 283 ~ 20.49%
B 37 of 283 ~ 13.07%

%66.43
%20.49
%13.07

CMYK color model

#BC3A25 color CMYK value is (0,69,80,26).

  • cyan value is 0.00%
  • magenta value is 69.15%
  • yellow value is 80.32%
  • key color value is 26.27%
CMYK:
(0,69,80,26)
C0M69Y80K26 
(0%,69%,80%,26%)
(0.00/0.69/0.80/0.26)	

CMYK percentages

%0
%69.15
%80.32
%26.27

Codes

Color #BC3A25 in popluar color models

BC3A25
RGB1885837
HSL67.11%44.12%
HSB/HSV80.32%73.73%
CMYK0.00%69.15%80.32%
26.27%

Color #BC3A25 in popluar number systems.

HEXBC3A25
Decimal1885837
Binary10111100111010100101
Octal2747245

Shades and tints

Shades of #BC3A25

#BC3A25
(188,58,37)
#AB3522
(171,53,34)
#9A301F
(154,48,31)
#892B1C
(137,43,28)
#782619
(120,38,25)
#672116
(103,33,22)
#561C13
(86,28,19)
#451710
(69,23,16)
#34120D
(52,18,13)
#230D0A
(35,13,10)
#120807
(18,8,7)
#000000
(0,0,0)

Tints of #BC3A25

#BC3A25
(188,58,37)
#C24B38
(194,75,56)
#C85C4B
(200,92,75)
#CE6D5E
(206,109,94)
#D47E71
(212,126,113)
#DA8F84
(218,143,132)
#E0A097
(224,160,151)
#E6B1AA
(230,177,170)
#ECC2BD
(236,194,189)
#F2D3D0
(242,211,208)
#F8E4E3
(248,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC3A25 color. Also use rgb(188,58,37) instead hex code.

Text Font Color

.myTextColor { color: #BC3A25; }

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

This text font color is #BC3A25.


Background Color

.myBgColor { background-color: #BC3A25; }

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

This div background color is #BC3A25.


Border color

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

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

This div border color is #BC3A25.


Opacity

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

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

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

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

This text has shadow with #BC3A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC3A25 on black background.


Color preview on white background

This text has color #BC3A25 on white background.



Black color preview on #BC3A25 background

This text has black color on #BC3A25 background.


White color preview on #BC3A25 background

This text has white color on #BC3A25 background.