COLOR #BC2252

HEX: #BC2252
RGB: (188,34,82)

Color info

#BC2252 contains mainly red color. Web safe color of #BC2252 is #CC3366 (or #C36).

RGB color model

#BC2252 color RGB value is (188,34,82).

  • red value is 188;
  • green value is 34;
  • blue value is 82.
RGB:
(188,34,82)
(74%,13%,32%)

RGB channels and saturation

R 188 of 255 = 74%
G 34 of 255 = 13%
B 82 of 255 = 32%

188
34
82

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

Portions of RGB colors in percentages

R + G + B =
188 + 34 + 82 = 304 (100%)
R 188 of 304 ~ 61.84%
G 34 of 304 ~ 11.18%
B 82 of 304 ~ 26.97%

%61.84
%11.18
%26.97

CMYK color model

#BC2252 color CMYK value is (0,82,56,26).

  • cyan value is 0.00%
  • magenta value is 81.91%
  • yellow value is 56.38%
  • key color value is 26.27%
CMYK:
(0,82,56,26)
C0M82Y56K26 
(0%,82%,56%,26%)
(0.00/0.82/0.56/0.26)	

CMYK percentages

%0
%81.91
%56.38
%26.27

Codes

Color #BC2252 in popluar color models

BC2252
RGB1883482
HSL341°69.37%43.53%
HSB/HSV341°81.91%73.73%
CMYK0.00%81.91%56.38%
26.27%

Color #BC2252 in popluar number systems.

HEXBC2252
Decimal1883482
Binary101111001000101010010
Octal27442122

Shades and tints

Shades of #BC2252

#BC2252
(188,34,82)
#AB1F4B
(171,31,75)
#9A1C44
(154,28,68)
#89193D
(137,25,61)
#781636
(120,22,54)
#67132F
(103,19,47)
#561028
(86,16,40)
#450D21
(69,13,33)
#340A1A
(52,10,26)
#230713
(35,7,19)
#12040C
(18,4,12)
#000000
(0,0,0)

Tints of #BC2252

#BC2252
(188,34,82)
#C23661
(194,54,97)
#C84A70
(200,74,112)
#CE5E7F
(206,94,127)
#D4728E
(212,114,142)
#DA869D
(218,134,157)
#E09AAC
(224,154,172)
#E6AEBB
(230,174,187)
#ECC2CA
(236,194,202)
#F2D6D9
(242,214,217)
#F8EAE8
(248,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC2252 color. Also use rgb(188,34,82) instead hex code.

Text Font Color

.myTextColor { color: #BC2252; }

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

This text font color is #BC2252.


Background Color

.myBgColor { background-color: #BC2252; }

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

This div background color is #BC2252.


Border color

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

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

This div border color is #BC2252.


Opacity

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

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

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

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

This text has shadow with #BC2252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC2252 on black background.


Color preview on white background

This text has color #BC2252 on white background.



Black color preview on #BC2252 background

This text has black color on #BC2252 background.


White color preview on #BC2252 background

This text has white color on #BC2252 background.