Color Hex Logo

#bc180f Color Hex

#BC180F
(188,24,15)
0 Favorites   0 Comments

Color spaces of #bc180f

RGB 1882415
HSL0.010.850.40
HSV92°74°
CMYK 0.000.870.92   0.26
XYZ21.151911.37911.5335
Yxy11.37910.62090.3340
Hunter Lab33.732952.894120.9177
CIE-Lab40.211860.706348.6179

#bc180f color RGB value is (188,24,15).

#bc180f hex color red value is 188, green value is 24 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bc180f hue: 0.01 , saturation: 0.85 and the lightness value of bc180f is 0.40.

The process color (four color CMYK) of #bc180f color hex is 0.00, 0.87, 0.92, 0.26. Web safe color of #bc180f is #cc0000. Color #bc180f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011000 00001111
Octal 274 30 17
Decimal 188 24 15
Hex BC 18 F

RGB Percentages of Color #bc180f

%82.82
%10.57
%6.61

CMYK Percentages of Color #bc180f

%0
%87
%92
%26

Triadic Colors of #bc180f

#bc180f #0fbc18 #180fbc

Analogous Colors of #bc180f

#bc180f #bc6f0f #bc0f5d

Monochromatic Colors of #bc180f

#bc180f

Complementary Color

#bc180f #0fb3bc

#bc180f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc180f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc180f Color CSS Codes

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

#bc180f Text Font Color

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

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


#bc180f Background Color

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

This div background color is #bc180f


#bc180f Border Color

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

This div border color is #bc180f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc180f


Comments

No comments written yet.

Please login to write comment.