COLOR #BC130F

HEX: #BC130F
RGB: (188,19,15)

Color info

#BC130F contains mainly red color. Web safe color of #BC130F is #CC0000 (or #C00).

RGB color model

#BC130F color RGB value is (188,19,15).

  • red value is 188;
  • green value is 19;
  • blue value is 15.
RGB:
(188,19,15)
(74%,7%,6%)

RGB channels and saturation

R 188 of 255 = 74%
G 19 of 255 = 7%
B 15 of 255 = 6%

188
19
15

R + G + B ~ 29%. #BC130F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
188 + 19 + 15 = 222 (100%)
R 188 of 222 ~ 84.68%
G 19 of 222 ~ 8.56%
B 15 of 222 ~ 6.76%

%84.68

CMYK color model

#BC130F color CMYK value is (0,90,92,26).

  • cyan value is 0.00%
  • magenta value is 89.89%
  • yellow value is 92.02%
  • key color value is 26.27%
CMYK:
(0,90,92,26)
C0M90Y92K26 
(0%,90%,92%,26%)
(0.00/0.90/0.92/0.26)	

CMYK percentages

%0
%89.89
%92.02
%26.27

Codes

Color #BC130F in popluar color models

BC130F
RGB1881915
HSL85.22%39.80%
HSB/HSV92.02%73.73%
CMYK0.00%89.89%92.02%
26.27%

Color #BC130F in popluar number systems.

HEXBC130F
Decimal1881915
Binary10111100100111111
Octal2742317

Shades and tints

Shades of #BC130F

#BC130F
(188,19,15)
#AB120E
(171,18,14)
#9A110D
(154,17,13)
#89100C
(137,16,12)
#780F0B
(120,15,11)
#670E0A
(103,14,10)
#560D09
(86,13,9)
#450C08
(69,12,8)
#340B07
(52,11,7)
#230A06
(35,10,6)
#120905
(18,9,5)
#000000
(0,0,0)

Tints of #BC130F

#BC130F
(188,19,15)
#C22824
(194,40,36)
#C83D39
(200,61,57)
#CE524E
(206,82,78)
#D46763
(212,103,99)
#DA7C78
(218,124,120)
#E0918D
(224,145,141)
#E6A6A2
(230,166,162)
#ECBBB7
(236,187,183)
#F2D0CC
(242,208,204)
#F8E5E1
(248,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC130F color. Also use rgb(188,19,15) instead hex code.

Text Font Color

.myTextColor { color: #BC130F; }

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

This text font color is #BC130F.


Background Color

.myBgColor { background-color: #BC130F; }

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

This div background color is #BC130F.


Border color

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

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

This div border color is #BC130F.


Opacity

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

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

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

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

This text has shadow with #BC130F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC130F on black background.


Color preview on white background

This text has color #BC130F on white background.



Black color preview on #BC130F background

This text has black color on #BC130F background.


White color preview on #BC130F background

This text has white color on #BC130F background.