Color Hex Logo

#bc161c Color Hex

#BC161C
(188,22,28)
0 Favorites   0 Comments

Color spaces of #bc161c

RGB 1882228
HSL0.990.790.41
HSV358°88°74°
CMYK 0.000.880.85   0.26
XYZ21.235511.34902.1700
Yxy11.34900.61100.3265
Hunter Lab33.688353.563519.7627
CIE-Lab40.162261.318842.6067

#bc161c color RGB value is (188,22,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010110 00011100
Octal 274 26 34
Decimal 188 22 28
Hex BC 16 1C

RGB Percentages of Color #bc161c

%78.99
%9.24
%11.76

CMYK Percentages of Color #bc161c

%0
%88
%85
%26

Triadic Colors of #bc161c

#bc161c #1cbc16 #161cbc

Analogous Colors of #bc161c

#bc161c #bc6316 #bc166f

Monochromatic Colors of #bc161c

#bc161c

Complementary Color

#bc161c #16bcb6

#bc161c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc161c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc161c Color CSS Codes

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

#bc161c Text Font Color

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

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


#bc161c Background Color

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

This div background color is #bc161c


#bc161c Border Color

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

This div border color is #bc161c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc161c


Comments

No comments written yet.

Please login to write comment.