Color Hex Logo

#bc092d Color Hex

#BC092D
(188,9,45)
0 Favorites   0 Comments

Color spaces of #bc092d

RGB 188945
HSL0.970.910.39
HSV348°95°74°
CMYK 0.000.950.76   0.26
XYZ21.310411.07623.4974
Yxy11.07620.59390.3087
Hunter Lab33.280956.055317.0660
CIE-Lab39.708563.630432.4734

#bc092d color RGB value is (188,9,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001001 00101101
Octal 274 11 55
Decimal 188 9 45
Hex BC 9 2D

RGB Percentages of Color #bc092d

%77.69
%3.72
%18.60

CMYK Percentages of Color #bc092d

%0
%95
%76
%26

Triadic Colors of #bc092d

#bc092d #2dbc09 #092dbc

Analogous Colors of #bc092d

#bc092d #bc3e09 #bc0987

Monochromatic Colors of #bc092d

#bc092d

Complementary Color

#bc092d #09bc98

#bc092d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc092d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc092d Color CSS Codes

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

#bc092d Text Font Color

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

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


#bc092d Background Color

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

This div background color is #bc092d


#bc092d Border Color

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

This div border color is #bc092d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc092d


Comments

No comments written yet.

Please login to write comment.