COLOR #BC3245

HEX: #BC3245 RGB: (188,50,69)

Color info

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

RGB color model

#BC3245 color RGB value is (188,50,69).

RGB: (188,50,69) (74%, 20%, 27%)

RGB channels and saturation

R 188 of 255 = 74%
G 50 of 255 = 20%
B 69 of 255 = 27%

188
50
69

R + G + B ~ 40%. #BC3245 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 188 + 50 + 69 = 307 (100%)
R 188 of 307 ~ 61.24%
G 50 of 307 ~ 16.29%
B 69 of 307 ~ 22.48'%

%61.24
%16.29
%22.48

CMYK color model

#BC3245 color CMYK value is (0,73,63,26).

  • cyan value is 0.00%
  • magenta value is 73.40%
  • yellow value is 63.30%
  • key color value is 26.27%

CMYK: (0,73,63,26)
C0M73Y63K26 (0%, 73%, 63%, 26%)
(0.00 / 0.73 / 0.63 / 0.26)

CMYK percentages

%0
%73.4
%63.3
%26.27

Codes

Color #BC3245 in popluar color models

BC 32 45
RGB 188 50 69
HSL 352° 57.98% 46.67%
HSB/HSV 352° 73.40% 73.73%
CMYK 0.00% 73.40% 63.30%
26.27%

Color #BC3245 in popluar number systems.

HEX BC 32 45
Decimal 188 50 69
Binary 10111100 110010 1000101
Octal 274 62 105

Shades and tints

Shades of #BC3245

#BC3245
(188,50,69)
#AB2E3F
(171,46,63)
#9A2A39
(154,42,57)
#892633
(137,38,51)
#78222D
(120,34,45)
#671E27
(103,30,39)
#561A21
(86,26,33)
#45161B
(69,22,27)
#341215
(52,18,21)
#230E0F
(35,14,15)
#120A09
(18,10,9)
#000000
(0,0,0)

Tints of #BC3245

#BC3245
(188,50,69)
#C24455
(194,68,85)
#C85665
(200,86,101)
#CE6875
(206,104,117)
#D47A85
(212,122,133)
#DA8C95
(218,140,149)
#E09EA5
(224,158,165)
#E6B0B5
(230,176,181)
#ECC2C5
(236,194,197)
#F2D4D5
(242,212,213)
#F8E6E5
(248,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC3245 color. Also use rgb(188,50,69) instead hex code.

Text Font Color

.myTextColor { color: #BC3245; }

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

This text font color is #BC3245.

Background Color

.myBgColor { background-color: #BC3245; }

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

This div background color is #BC3245.

Border color

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

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

This div border color is #BC3245.

Opacity

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

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

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

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

This text has shadow with #BC3245 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC3245.

Preview

Color preview on black background

This text has color #BC3245 on black background.


Color preview on white background

This text has color #BC3245 on white background.


Black color preview on #BC3245 background

This text has black color on #BC3245 background.


White color preview on #BC3245 background

This text has white color on #BC3245 background.


Related colors

Complementary color

Complementary color for #hex is #43CDBA.


I love getcolorcode.com

Gradients

Color #BC3245 is used in Brick Red gradient.

Brick Red


Triadic colors

1 #45BC32 and #3245BC with #BC3245 are triadic colors.

2 #4532BC and #32BC45 with #BC3245 are triadic colors.