COLOR #BC1A30

HEX: #BC1A30
RGB: (188,26,48)

Color info

#BC1A30 contains mainly red color. Web safe color of #BC1A30 is #CC0033 (or #C03).

RGB color model

#BC1A30 color RGB value is (188,26,48).

  • red value is 188;
  • green value is 26;
  • blue value is 48.
RGB:
(188,26,48)
(74%,10%,19%)

RGB channels and saturation

R 188 of 255 = 74%
G 26 of 255 = 10%
B 48 of 255 = 19%

188
26
48

R + G + B ~ 34%. #BC1A30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
188 + 26 + 48 = 262 (100%)
R 188 of 262 ~ 71.76%
G 26 of 262 ~ 9.92%
B 48 of 262 ~ 18.32%

%71.76
%9.92
%18.32

CMYK color model

#BC1A30 color CMYK value is (0,86,74,26).

  • cyan value is 0.00%
  • magenta value is 86.17%
  • yellow value is 74.47%
  • key color value is 26.27%
CMYK:
(0,86,74,26)
C0M86Y74K26 
(0%,86%,74%,26%)
(0.00/0.86/0.74/0.26)	

CMYK percentages

%0
%86.17
%74.47
%26.27

Codes

Color #BC1A30 in popluar color models

BC1A30
RGB1882648
HSL352°75.70%41.96%
HSB/HSV352°86.17%73.73%
CMYK0.00%86.17%74.47%
26.27%

Color #BC1A30 in popluar number systems.

HEXBC1A30
Decimal1882648
Binary1011110011010110000
Octal2743260

Shades and tints

Shades of #BC1A30

#BC1A30
(188,26,48)
#AB182C
(171,24,44)
#9A1628
(154,22,40)
#891424
(137,20,36)
#781220
(120,18,32)
#67101C
(103,16,28)
#560E18
(86,14,24)
#450C14
(69,12,20)
#340A10
(52,10,16)
#23080C
(35,8,12)
#120608
(18,6,8)
#000000
(0,0,0)

Tints of #BC1A30

#BC1A30
(188,26,48)
#C22E42
(194,46,66)
#C84254
(200,66,84)
#CE5666
(206,86,102)
#D46A78
(212,106,120)
#DA7E8A
(218,126,138)
#E0929C
(224,146,156)
#E6A6AE
(230,166,174)
#ECBAC0
(236,186,192)
#F2CED2
(242,206,210)
#F8E2E4
(248,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC1A30 color. Also use rgb(188,26,48) instead hex code.

Text Font Color

.myTextColor { color: #BC1A30; }

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

This text font color is #BC1A30.


Background Color

.myBgColor { background-color: #BC1A30; }

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

This div background color is #BC1A30.


Border color

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

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

This div border color is #BC1A30.


Opacity

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

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

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

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

This text has shadow with #BC1A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC1A30 on black background.


Color preview on white background

This text has color #BC1A30 on white background.



Black color preview on #BC1A30 background

This text has black color on #BC1A30 background.


White color preview on #BC1A30 background

This text has white color on #BC1A30 background.