Color Hex Logo

#bc361c Color Hex

#BC361C
(188,54,28)
0 Favorites   0 Comments

Color spaces of #bc361c

RGB 1885428
HSL0.030.740.42
HSV10°85°74°
CMYK 0.000.710.85   0.26
XYZ22.267813.41352.5140
Yxy13.41350.58300.3512
Hunter Lab36.624444.435921.5673
CIE-Lab43.379852.288345.4283

#bc361c color RGB value is (188,54,28).

#bc361c hex color red value is 188, green value is 54 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #bc361c hue: 0.03 , saturation: 0.74 and the lightness value of bc361c is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110110 00011100
Octal 274 66 34
Decimal 188 54 28
Hex BC 36 1C

RGB Percentages of Color #bc361c

%69.63
%20.00
%10.37

CMYK Percentages of Color #bc361c

%0
%71
%85
%26

Triadic Colors of #bc361c

#bc361c #1cbc36 #361cbc

Analogous Colors of #bc361c

#bc361c #bc861c #bc1c52

Monochromatic Colors of #bc361c

#bc361c

Complementary Color

#bc361c #1ca2bc

#bc361c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc361c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc361c Color CSS Codes

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

#bc361c Text Font Color

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

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


#bc361c Background Color

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

This div background color is #bc361c


#bc361c Border Color

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

This div border color is #bc361c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc361c


Comments

No comments written yet.

Please login to write comment.