Color Hex Logo

#bc392b Color Hex

#BC392B
(188,57,43)
0 Favorites   0 Comments

Color spaces of #bc392b

RGB 1885743
HSL0.020.630.45
HSV77°74°
CMYK 0.000.700.77   0.26
XYZ22.638213.79203.7545
Yxy13.79200.56340.3432
Hunter Lab37.137643.818620.0023
CIE-Lab43.933151.602938.2361

#bc392b color RGB value is (188,57,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111001 00101011
Octal 274 71 53
Decimal 188 57 43
Hex BC 39 2B

RGB Percentages of Color #bc392b

%65.28
%19.79
%14.93

CMYK Percentages of Color #bc392b

%0
%70
%77
%26

Triadic Colors of #bc392b

#bc392b #2bbc39 #392bbc

Analogous Colors of #bc392b

#bc392b #bc822b #bc2b66

Monochromatic Colors of #bc392b

#bc392b

Complementary Color

#bc392b #2baebc

#bc392b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc392b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc392b Color CSS Codes

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

#bc392b Text Font Color

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

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


#bc392b Background Color

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

This div background color is #bc392b


#bc392b Border Color

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

This div border color is #bc392b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc392b


Comments

No comments written yet.

Please login to write comment.