Color Hex Logo

#bc1619 Color Hex

#BC1619
(188,22,25)
0 Favorites   0 Comments

Color spaces of #bc1619

RGB 1882225
HSL1.000.790.41
HSV359°88°74°
CMYK 0.000.880.87   0.26
XYZ21.201411.33541.9902
Yxy11.33540.61410.3283
Hunter Lab33.668153.485520.0629
CIE-Lab40.139761.253044.1090

#bc1619 color RGB value is (188,22,25).

#bc1619 hex color red value is 188, green value is 22 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #bc1619 hue: 1.00 , saturation: 0.79 and the lightness value of bc1619 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010110 00011001
Octal 274 26 31
Decimal 188 22 25
Hex BC 16 19

RGB Percentages of Color #bc1619

%80.00
%9.36
%10.64

CMYK Percentages of Color #bc1619

%0
%88
%87
%26

Triadic Colors of #bc1619

#bc1619 #19bc16 #1619bc

Analogous Colors of #bc1619

#bc1619 #bc6616 #bc166c

Monochromatic Colors of #bc1619

#bc1619

Complementary Color

#bc1619 #16bcb9

#bc1619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1619 Color CSS Codes

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

#bc1619 Text Font Color

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

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


#bc1619 Background Color

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

This div background color is #bc1619


#bc1619 Border Color

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

This div border color is #bc1619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1619


Comments

No comments written yet.

Please login to write comment.