COLOR #BC410D

HEX: #BC410D
RGB: (188,65,13)

Color info

#BC410D contains mainly red color. Web safe color of #BC410D is #CC3300 (or #C30).

RGB color model

#BC410D color RGB value is (188,65,13).

  • red value is 188;
  • green value is 65;
  • blue value is 13.
RGB:
(188,65,13)
(74%,25%,5%)

RGB channels and saturation

R 188 of 255 = 74%
G 65 of 255 = 25%
B 13 of 255 = 5%

188
65
13

R + G + B ~ 35%. #BC410D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
188 + 65 + 13 = 266 (100%)
R 188 of 266 ~ 70.68%
G 65 of 266 ~ 24.44%
B 13 of 266 ~ 4.89%

%70.68
%24.44

CMYK color model

#BC410D color CMYK value is (0,65,93,26).

  • cyan value is 0.00%
  • magenta value is 65.43%
  • yellow value is 93.09%
  • key color value is 26.27%
CMYK:
(0,65,93,26)
C0M65Y93K26 
(0%,65%,93%,26%)
(0.00/0.65/0.93/0.26)	

CMYK percentages

%0
%65.43
%93.09
%26.27

Codes

Color #BC410D in popluar color models

BC410D
RGB1886513
HSL18°87.06%39.41%
HSB/HSV18°93.09%73.73%
CMYK0.00%65.43%93.09%
26.27%

Color #BC410D in popluar number systems.

HEXBC410D
Decimal1886513
Binary1011110010000011101
Octal27410115

Shades and tints

Shades of #BC410D

#BC410D
(188,65,13)
#AB3C0C
(171,60,12)
#9A370B
(154,55,11)
#89320A
(137,50,10)
#782D09
(120,45,9)
#672808
(103,40,8)
#562307
(86,35,7)
#451E06
(69,30,6)
#341905
(52,25,5)
#231404
(35,20,4)
#120F03
(18,15,3)
#000000
(0,0,0)

Tints of #BC410D

#BC410D
(188,65,13)
#C25223
(194,82,35)
#C86339
(200,99,57)
#CE744F
(206,116,79)
#D48565
(212,133,101)
#DA967B
(218,150,123)
#E0A791
(224,167,145)
#E6B8A7
(230,184,167)
#ECC9BD
(236,201,189)
#F2DAD3
(242,218,211)
#F8EBE9
(248,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC410D color. Also use rgb(188,65,13) instead hex code.

Text Font Color

.myTextColor { color: #BC410D; }

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

This text font color is #BC410D.


Background Color

.myBgColor { background-color: #BC410D; }

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

This div background color is #BC410D.


Border color

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

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

This div border color is #BC410D.


Opacity

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

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

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

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

This text has shadow with #BC410D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC410D on black background.


Color preview on white background

This text has color #BC410D on white background.



Black color preview on #BC410D background

This text has black color on #BC410D background.


White color preview on #BC410D background

This text has white color on #BC410D background.