COLOR #BC2135

HEX: #BC2135
RGB: (188,33,53)

Color info

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

RGB color model

#BC2135 color RGB value is (188,33,53).

  • red value is 188;
  • green value is 33;
  • blue value is 53.
RGB:
(188,33,53)
(74%,13%,21%)

RGB channels and saturation

R 188 of 255 = 74%
G 33 of 255 = 13%
B 53 of 255 = 21%

188
33
53

R + G + B ~ 36%. #BC2135 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
188 + 33 + 53 = 274 (100%)
R 188 of 274 ~ 68.61%
G 33 of 274 ~ 12.04%
B 53 of 274 ~ 19.34%

%68.61
%12.04
%19.34

CMYK color model

#BC2135 color CMYK value is (0,82,72,26).

  • cyan value is 0.00%
  • magenta value is 82.45%
  • yellow value is 71.81%
  • key color value is 26.27%
CMYK:
(0,82,72,26)
C0M82Y72K26 
(0%,82%,72%,26%)
(0.00/0.82/0.72/0.26)	

CMYK percentages

%0
%82.45
%71.81
%26.27

Codes

Color #BC2135 in popluar color models

BC2135
RGB1883353
HSL352°70.14%43.33%
HSB/HSV352°82.45%73.73%
CMYK0.00%82.45%71.81%
26.27%

Color #BC2135 in popluar number systems.

HEXBC2135
Decimal1883353
Binary10111100100001110101
Octal2744165

Shades and tints

Shades of #BC2135

#BC2135
(188,33,53)
#AB1E31
(171,30,49)
#9A1B2D
(154,27,45)
#891829
(137,24,41)
#781525
(120,21,37)
#671221
(103,18,33)
#560F1D
(86,15,29)
#450C19
(69,12,25)
#340915
(52,9,21)
#230611
(35,6,17)
#12030D
(18,3,13)
#000000
(0,0,0)

Tints of #BC2135

#BC2135
(188,33,53)
#C23547
(194,53,71)
#C84959
(200,73,89)
#CE5D6B
(206,93,107)
#D4717D
(212,113,125)
#DA858F
(218,133,143)
#E099A1
(224,153,161)
#E6ADB3
(230,173,179)
#ECC1C5
(236,193,197)
#F2D5D7
(242,213,215)
#F8E9E9
(248,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC2135 color. Also use rgb(188,33,53) instead hex code.

Text Font Color

.myTextColor { color: #BC2135; }

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

This text font color is #BC2135.


Background Color

.myBgColor { background-color: #BC2135; }

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

This div background color is #BC2135.


Border color

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

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

This div border color is #BC2135.


Opacity

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

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

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

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

This text has shadow with #BC2135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC2135 on black background.


Color preview on white background

This text has color #BC2135 on white background.



Black color preview on #BC2135 background

This text has black color on #BC2135 background.


White color preview on #BC2135 background

This text has white color on #BC2135 background.