Color Hex Logo

#bc301e Color Hex

#BC301E
(188,48,30)
0 Favorites   0 Comments

Color spaces of #bc301e

RGB 1884830
HSL0.020.720.43
HSV84°74°
CMYK 0.000.740.84   0.26
XYZ22.030312.89902.5569
Yxy12.89900.58770.3441
Hunter Lab35.915246.640020.9196
CIE-Lab42.610754.503843.7801

#bc301e color RGB value is (188,48,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110000 00011110
Octal 274 60 36
Decimal 188 48 30
Hex BC 30 1E

RGB Percentages of Color #bc301e

%70.68
%18.05
%11.28

CMYK Percentages of Color #bc301e

%0
%74
%84
%26

Triadic Colors of #bc301e

#bc301e #1ebc30 #301ebc

Analogous Colors of #bc301e

#bc301e #bc7f1e #bc1e5b

Monochromatic Colors of #bc301e

#bc301e

Complementary Color

#bc301e #1eaabc

#bc301e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc301e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc301e Color CSS Codes

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

#bc301e Text Font Color

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

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


#bc301e Background Color

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

This div background color is #bc301e


#bc301e Border Color

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

This div border color is #bc301e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc301e


Comments

No comments written yet.

Please login to write comment.