Color Hex Logo

#bc311e Color Hex

#BC311E
(188,49,30)
0 Favorites   0 Comments

Color spaces of #bc311e

RGB 1884930
HSL0.020.720.43
HSV84°74°
CMYK 0.000.740.84   0.26
XYZ22.071712.98172.5707
Yxy12.98170.58660.3450
Hunter Lab36.030146.294620.9908
CIE-Lab42.735754.157343.8928

#bc311e color RGB value is (188,49,30).

#bc311e hex color red value is 188, green value is 49 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bc311e hue: 0.02 , saturation: 0.72 and the lightness value of bc311e is 0.43.

The process color (four color CMYK) of #bc311e color hex is 0.00, 0.74, 0.84, 0.26. Web safe color of #bc311e is #cc3333. Color #bc311e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110001 00011110
Octal 274 61 36
Decimal 188 49 30
Hex BC 31 1E

RGB Percentages of Color #bc311e

%70.41
%18.35
%11.24

CMYK Percentages of Color #bc311e

%0
%74
%84
%26

Triadic Colors of #bc311e

#bc311e #1ebc31 #311ebc

Analogous Colors of #bc311e

#bc311e #bc801e #bc1e5a

Monochromatic Colors of #bc311e

#bc311e

Complementary Color

#bc311e #1ea9bc

#bc311e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc311e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc311e Color CSS Codes

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

#bc311e Text Font Color

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

This sample text font color is #bc311e
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.


#bc311e Background Color

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

This div background color is #bc311e


#bc311e Border Color

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

This div border color is #bc311e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,49,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 #bc311e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc311e


Comments

No comments written yet.

Please login to write comment.