Color Hex Logo

#bc122d Color Hex

#BC122D
(188,18,45)
0 Favorites   0 Comments

Color spaces of #bc122d

RGB 1881845
HSL0.970.830.40
HSV350°90°74°
CMYK 0.000.900.76   0.26
XYZ21.429011.31343.5369
Yxy11.31340.59070.3118
Hunter Lab33.635454.859817.3102
CIE-Lab40.103462.490932.9157

#bc122d color RGB value is (188,18,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010010 00101101
Octal 274 22 55
Decimal 188 18 45
Hex BC 12 2D

RGB Percentages of Color #bc122d

%74.90
%7.17
%17.93

CMYK Percentages of Color #bc122d

%0
%90
%76
%26

Triadic Colors of #bc122d

#bc122d #2dbc12 #122dbc

Analogous Colors of #bc122d

#bc122d #bc4c12 #bc1282

Monochromatic Colors of #bc122d

#bc122d

Complementary Color

#bc122d #12bca1

#bc122d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc122d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc122d Color CSS Codes

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

#bc122d Text Font Color

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

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


#bc122d Background Color

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

This div background color is #bc122d


#bc122d Border Color

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

This div border color is #bc122d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc122d


Comments

No comments written yet.

Please login to write comment.