Color Hex Logo

#bc001c Color Hex

#BC001C
(188,0,28)
0 Favorites   0 Comments

Color spaces of #bc001c

RGB 188028
HSL0.981.000.37
HSV351°100°74°
CMYK 0.001.000.85   0.26
XYZ20.948610.77522.0743
Yxy10.77520.61980.3188
Hunter Lab32.825656.470119.2313
CIE-Lab39.199264.096841.7556

#bc001c color RGB value is (188,0,28).

#bc001c hex color red value is 188, green value is 0 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #bc001c hue: 0.98 , saturation: 1.00 and the lightness value of bc001c is 0.37.

The process color (four color CMYK) of #bc001c color hex is 0.00, 1.00, 0.85, 0.26. Web safe color of #bc001c is #cc0033. Color #bc001c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000000 00011100
Octal 274 0 34
Decimal 188 0 28
Hex BC 0 1C

RGB Percentages of Color #bc001c

%87.04
%0.00
%12.96

CMYK Percentages of Color #bc001c

%0
%100
%85
%26

Triadic Colors of #bc001c

#bc001c #1cbc00 #001cbc

Analogous Colors of #bc001c

#bc001c #bc4200 #bc007a

Monochromatic Colors of #bc001c

#bc001c

Complementary Color

#bc001c #00bca0

#bc001c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc001c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc001c Color CSS Codes

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

#bc001c Text Font Color

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

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


#bc001c Background Color

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

This div background color is #bc001c


#bc001c Border Color

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

This div border color is #bc001c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,0,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 #bc001c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc001c


Comments

No comments written yet.

Please login to write comment.