Color Hex Logo

#bc392c Color Hex

#BC392C
(188,57,44)
0 Favorites   0 Comments

Color spaces of #bc392c

RGB 1885744
HSL0.020.620.45
HSV77°74°
CMYK 0.000.700.77   0.26
XYZ22.656813.79953.8523
Yxy13.79950.56210.3423
Hunter Lab37.147743.860819.8549
CIE-Lab43.944051.640937.6944

#bc392c color RGB value is (188,57,44).

#bc392c hex color red value is 188, green value is 57 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bc392c hue: 0.02 , saturation: 0.62 and the lightness value of bc392c is 0.45.

The process color (four color CMYK) of #bc392c color hex is 0.00, 0.70, 0.77, 0.26. Web safe color of #bc392c is #cc3333. Color #bc392c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111001 00101100
Octal 274 71 54
Decimal 188 57 44
Hex BC 39 2C

RGB Percentages of Color #bc392c

%65.05
%19.72
%15.22

CMYK Percentages of Color #bc392c

%0
%70
%77
%26

Triadic Colors of #bc392c

#bc392c #2cbc39 #392cbc

Analogous Colors of #bc392c

#bc392c #bc812c #bc2c67

Monochromatic Colors of #bc392c

#bc392c

Complementary Color

#bc392c #2cafbc

#bc392c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc392c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc392c Color CSS Codes

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

#bc392c Text Font Color

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

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


#bc392c Background Color

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

This div background color is #bc392c


#bc392c Border Color

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

This div border color is #bc392c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc392c


Comments

No comments written yet.

Please login to write comment.