COLOR #BC2800

HEX: #BC2800 RGB: (188,40,0)

Color info

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

RGB color model

#BC2800 color RGB value is (188,40,0).

RGB: (188,40,0) (74%, 16%, 0%)

RGB channels and saturation

R 188 of 255 = 74%
G 40 of 255 = 16%
B 0 of 255 = 0%

188
40
0

R + G + B ~ 30%. #BC2800 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 188 + 40 + 0 = 228 (100%)
R 188 of 228 ~ 82.46%
G 40 of 228 ~ 17.54%
B 0 of 228 ~ 0'%

%82.46
%17.54

CMYK color model

#BC2800 color CMYK value is (0,79,100,26).

  • cyan value is 0.00%
  • magenta value is 78.72%
  • yellow value is 100.00%
  • key color value is 26.27%

CMYK: (0,79,100,26)
C0M79Y100K26 (0%, 79%, 100%, 26%)
(0.00 / 0.79 / 1.00 / 0.26)

CMYK percentages

%0
%78.72
%100
%26.27

Codes

Color #BC2800 in popluar color models

BC 28 00
RGB 188 40 0
HSL 13° 100.00% 36.86%
HSB/HSV 13° 100.00% 73.73%
CMYK 0.00% 78.72% 100.00%
26.27%

Color #BC2800 in popluar number systems.

HEX BC 28 00
Decimal 188 40 0
Binary 10111100 101000 0
Octal 274 50 0

Shades and tints

Shades of #BC2800

#BC2800
(188,40,0)
#AB2500
(171,37,0)
#9A2200
(154,34,0)
#891F00
(137,31,0)
#781C00
(120,28,0)
#671900
(103,25,0)
#561600
(86,22,0)
#451300
(69,19,0)
#341000
(52,16,0)
#230D00
(35,13,0)
#120A00
(18,10,0)
#000000
(0,0,0)

Tints of #BC2800

#BC2800
(188,40,0)
#C23B17
(194,59,23)
#C84E2E
(200,78,46)
#CE6145
(206,97,69)
#D4745C
(212,116,92)
#DA8773
(218,135,115)
#E09A8A
(224,154,138)
#E6ADA1
(230,173,161)
#ECC0B8
(236,192,184)
#F2D3CF
(242,211,207)
#F8E6E6
(248,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC2800 color. Also use rgb(188,40,0) instead hex code.

Text Font Color

.myTextColor { color: #BC2800; }

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

This text font color is #BC2800.

Background Color

.myBgColor { background-color: #BC2800; }

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

This div background color is #BC2800.

Border color

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

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

This div border color is #BC2800.

Opacity

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

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

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

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

This text has shadow with #BC2800 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC2800.

Preview

Color preview on black background

This text has color #BC2800 on black background.


Color preview on white background

This text has color #BC2800 on white background.


Black color preview on #BC2800 background

This text has black color on #BC2800 background.


White color preview on #BC2800 background

This text has white color on #BC2800 background.


Related colors

Complementary color

Complementary color for #hex is #43D7FF.


I love getcolorcode.com

Triadic colors

1 #00BC28 and #2800BC with #BC2800 are triadic colors.

2 #0028BC and #28BC00 with #BC2800 are triadic colors.