Color Hex Logo

#bc302e Color Hex

#BC302E
(188,48,46)
0 Favorites   0 Comments

Color spaces of #bc302e

RGB 1884846
HSL0.000.610.46
HSV76°74°
CMYK 0.000.740.76   0.26
XYZ22.289113.00253.9197
Yxy13.00250.56840.3316
Hunter Lab36.059047.232818.7963
CIE-Lab42.767055.027935.2844

#bc302e color RGB value is (188,48,46).

#bc302e hex color red value is 188, green value is 48 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bc302e hue: 0.00 , saturation: 0.61 and the lightness value of bc302e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110000 00101110
Octal 274 60 56
Decimal 188 48 46
Hex BC 30 2E

RGB Percentages of Color #bc302e

%66.67
%17.02
%16.31

CMYK Percentages of Color #bc302e

%0
%74
%76
%26

Triadic Colors of #bc302e

#bc302e #2ebc30 #302ebc

Analogous Colors of #bc302e

#bc302e #bc772e #bc2e73

Monochromatic Colors of #bc302e

#bc302e

Complementary Color

#bc302e #2ebabc

#bc302e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc302e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc302e Color CSS Codes

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

#bc302e Text Font Color

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

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


#bc302e Background Color

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

This div background color is #bc302e


#bc302e Border Color

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

This div border color is #bc302e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc302e


Comments

No comments written yet.

Please login to write comment.