Color Hex Logo

#bc132d Color Hex

#BC132D
(188,19,45)
0 Favorites   0 Comments

Color spaces of #bc132d

RGB 1881945
HSL0.970.820.41
HSV351°90°74°
CMYK 0.000.900.76   0.26
XYZ21.445611.34663.5424
Yxy11.34660.59020.3123
Hunter Lab33.684754.695017.3442
CIE-Lab40.158262.333132.9772

#bc132d color RGB value is (188,19,45).

#bc132d hex color red value is 188, green value is 19 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bc132d hue: 0.97 , saturation: 0.82 and the lightness value of bc132d is 0.41.

The process color (four color CMYK) of #bc132d color hex is 0.00, 0.90, 0.76, 0.26. Web safe color of #bc132d is #cc0033. Color #bc132d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010011 00101101
Octal 274 23 55
Decimal 188 19 45
Hex BC 13 2D

RGB Percentages of Color #bc132d

%74.60
%7.54
%17.86

CMYK Percentages of Color #bc132d

%0
%90
%76
%26

Triadic Colors of #bc132d

#bc132d #2dbc13 #132dbc

Analogous Colors of #bc132d

#bc132d #bc4e13 #bc1382

Monochromatic Colors of #bc132d

#bc132d

Complementary Color

#bc132d #13bca2

#bc132d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc132d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc132d Color CSS Codes

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

#bc132d Text Font Color

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

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


#bc132d Background Color

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

This div background color is #bc132d


#bc132d Border Color

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

This div border color is #bc132d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc132d


Comments

No comments written yet.

Please login to write comment.