COLOR #BC0E25

HEX: #BC0E25
RGB: (188,14,37)

Color info

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

RGB color model

#BC0E25 color RGB value is (188,14,37).

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

RGB channels and saturation

R 188 of 255 = 74%
G 14 of 255 = 5%
B 37 of 255 = 15%

188
14
37

R + G + B ~ 31%. #BC0E25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
188 + 14 + 37 = 239 (100%)
R 188 of 239 ~ 78.66%
G 14 of 239 ~ 5.86%
B 37 of 239 ~ 15.48%

%78.66
%15.48

CMYK color model

#BC0E25 color CMYK value is (0,93,80,26).

  • cyan value is 0.00%
  • magenta value is 92.55%
  • yellow value is 80.32%
  • key color value is 26.27%
CMYK:
(0,93,80,26)
C0M93Y80K26 
(0%,93%,80%,26%)
(0.00/0.93/0.80/0.26)	

CMYK percentages

%0
%92.55
%80.32
%26.27

Codes

Color #BC0E25 in popluar color models

BC0E25
RGB1881437
HSL352°86.14%39.61%
HSB/HSV352°92.55%73.73%
CMYK0.00%92.55%80.32%
26.27%

Color #BC0E25 in popluar number systems.

HEXBC0E25
Decimal1881437
Binary101111001110100101
Octal2741645

Shades and tints

Shades of #BC0E25

#BC0E25
(188,14,37)
#AB0D22
(171,13,34)
#9A0C1F
(154,12,31)
#890B1C
(137,11,28)
#780A19
(120,10,25)
#670916
(103,9,22)
#560813
(86,8,19)
#450710
(69,7,16)
#34060D
(52,6,13)
#23050A
(35,5,10)
#120407
(18,4,7)
#000000
(0,0,0)

Tints of #BC0E25

#BC0E25
(188,14,37)
#C22338
(194,35,56)
#C8384B
(200,56,75)
#CE4D5E
(206,77,94)
#D46271
(212,98,113)
#DA7784
(218,119,132)
#E08C97
(224,140,151)
#E6A1AA
(230,161,170)
#ECB6BD
(236,182,189)
#F2CBD0
(242,203,208)
#F8E0E3
(248,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC0E25; }

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

This text font color is #BC0E25.


Background Color

.myBgColor { background-color: #BC0E25; }

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

This div background color is #BC0E25.


Border color

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

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

This div border color is #BC0E25.


Opacity

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

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

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

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

This text has shadow with #BC0E25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC0E25 on black background.


Color preview on white background

This text has color #BC0E25 on white background.



Black color preview on #BC0E25 background

This text has black color on #BC0E25 background.


White color preview on #BC0E25 background

This text has white color on #BC0E25 background.