Color Hex Logo

#bc272c Color Hex

#BC272C
(188,39,44)
0 Favorites   0 Comments

Color spaces of #bc272c

RGB 1883944
HSL0.990.660.45
HSV358°79°74°
CMYK 0.000.790.77   0.26
XYZ21.919212.32433.6064
Yxy12.32430.57910.3256
Hunter Lab35.106050.015018.4834
CIE-Lab41.727057.795735.2997

#bc272c color RGB value is (188,39,44).

#bc272c hex color red value is 188, green value is 39 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bc272c hue: 0.99 , saturation: 0.66 and the lightness value of bc272c is 0.45.

The process color (four color CMYK) of #bc272c color hex is 0.00, 0.79, 0.77, 0.26. Web safe color of #bc272c is #cc3333. Color #bc272c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100111 00101100
Octal 274 47 54
Decimal 188 39 44
Hex BC 27 2C

RGB Percentages of Color #bc272c

%69.37
%14.39
%16.24

CMYK Percentages of Color #bc272c

%0
%79
%77
%26

Triadic Colors of #bc272c

#bc272c #2cbc27 #272cbc

Analogous Colors of #bc272c

#bc272c #bc6d27 #bc2777

Monochromatic Colors of #bc272c

#bc272c

Complementary Color

#bc272c #27bcb7

#bc272c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc272c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc272c Color CSS Codes

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

#bc272c Text Font Color

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

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


#bc272c Background Color

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

This div background color is #bc272c


#bc272c Border Color

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

This div border color is #bc272c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc272c


Comments

No comments written yet.

Please login to write comment.