Color Hex Logo

#bc181e Color Hex

#BC181E
(188,24,30)
0 Favorites   0 Comments

Color spaces of #bc181e

RGB 1882430
HSL0.990.770.42
HSV358°87°74°
CMYK 0.000.870.84   0.26
XYZ21.300011.43842.3135
Yxy11.43840.60770.3263
Hunter Lab33.820753.231619.6188
CIE-Lab40.309360.991641.6904

#bc181e color RGB value is (188,24,30).

#bc181e hex color red value is 188, green value is 24 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bc181e hue: 0.99 , saturation: 0.77 and the lightness value of bc181e is 0.42.

The process color (four color CMYK) of #bc181e color hex is 0.00, 0.87, 0.84, 0.26. Web safe color of #bc181e is #cc0033. Color #bc181e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011000 00011110
Octal 274 30 36
Decimal 188 24 30
Hex BC 18 1E

RGB Percentages of Color #bc181e

%77.69
%9.92
%12.40

CMYK Percentages of Color #bc181e

%0
%87
%84
%26

Triadic Colors of #bc181e

#bc181e #1ebc18 #181ebc

Analogous Colors of #bc181e

#bc181e #bc6418 #bc1870

Monochromatic Colors of #bc181e

#bc181e

Complementary Color

#bc181e #18bcb6

#bc181e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc181e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc181e Color CSS Codes

.mybgcolor {background-color:#bc181e; } 
.myforecolor {color:#bc181e; }
.mybordercolor {border:3px solid #bc181e; }

#bc181e Text Font Color

<p style="color:#bc181e">Text here</p>

This sample text font color is #bc181e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bc181e Background Color

<div style="background-color:#bc181e">
Div content here</div>

This div background color is #bc181e


#bc181e Border Color

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

This div border color is #bc181e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,24,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc181e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc181e;
  -webkit-box-shadow: 1px 1px 3px 2px #bc181e;
  box-shadow:         1px 1px 3px 2px #bc181e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,24,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc181e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bc181e;
  -webkit-box-shadow: 1px 1px 3px 2px #bc181e;
  box-shadow:         1px 1px 3px 2px #bc181e;">
Div content here</div>

This div box has shadow with color #bc181e


Comments

No comments written yet.

Please login to write comment.