Color Hex Logo

#bc301d Color Hex

#BC301D
(188,48,29)
0 Favorites   0 Comments

Color spaces of #bc301d

RGB 1884829
HSL0.020.730.43
HSV85°74°
CMYK 0.000.740.85   0.26
XYZ22.017812.89402.4907
Yxy12.89400.58870.3447
Hunter Lab35.908246.611321.0232
CIE-Lab42.603154.478344.2657

#bc301d color RGB value is (188,48,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110000 00011101
Octal 274 60 35
Decimal 188 48 29
Hex BC 30 1D

RGB Percentages of Color #bc301d

%70.94
%18.11
%10.94

CMYK Percentages of Color #bc301d

%0
%74
%85
%26

Triadic Colors of #bc301d

#bc301d #1dbc30 #301dbc

Analogous Colors of #bc301d

#bc301d #bc801d #bc1d59

Monochromatic Colors of #bc301d

#bc301d

Complementary Color

#bc301d #1da9bc

#bc301d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc301d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc301d Color CSS Codes

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

#bc301d Text Font Color

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

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


#bc301d Background Color

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

This div background color is #bc301d


#bc301d Border Color

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

This div border color is #bc301d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc301d


Comments

No comments written yet.

Please login to write comment.