Color Hex Logo

#bc161b Color Hex

#BC161B
(188,22,27)
0 Favorites   0 Comments

Color spaces of #bc161b

RGB 1882227
HSL0.990.790.41
HSV358°88°74°
CMYK 0.000.880.86   0.26
XYZ21.223811.34432.1080
Yxy11.34430.61210.3272
Hunter Lab33.681353.537019.8661
CIE-Lab40.154461.296443.1148

#bc161b color RGB value is (188,22,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010110 00011011
Octal 274 26 33
Decimal 188 22 27
Hex BC 16 1B

RGB Percentages of Color #bc161b

%79.32
%9.28
%11.39

CMYK Percentages of Color #bc161b

%0
%88
%86
%26

Triadic Colors of #bc161b

#bc161b #1bbc16 #161bbc

Analogous Colors of #bc161b

#bc161b #bc6416 #bc166e

Monochromatic Colors of #bc161b

#bc161b

Complementary Color

#bc161b #16bcb7

#bc161b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc161b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc161b Color CSS Codes

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

#bc161b Text Font Color

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

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


#bc161b Background Color

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

This div background color is #bc161b


#bc161b Border Color

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

This div border color is #bc161b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc161b


Comments

No comments written yet.

Please login to write comment.