Color Hex Logo

#bc091f Color Hex

#BC091F
(188,9,31)
0 Favorites   0 Comments

Color spaces of #bc091f

RGB 188931
HSL0.980.910.39
HSV353°95°74°
CMYK 0.000.950.84   0.26
XYZ21.084010.98572.3055
Yxy10.98570.61330.3196
Hunter Lab33.144755.544219.0771
CIE-Lab39.556463.206740.4563

#bc091f color RGB value is (188,9,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001001 00011111
Octal 274 11 37
Decimal 188 9 31
Hex BC 9 1F

RGB Percentages of Color #bc091f

%82.46
%3.95
%13.60

CMYK Percentages of Color #bc091f

%0
%95
%84
%26

Triadic Colors of #bc091f

#bc091f #1fbc09 #091fbc

Analogous Colors of #bc091f

#bc091f #bc4c09 #bc0979

Monochromatic Colors of #bc091f

#bc091f

Complementary Color

#bc091f #09bca6

#bc091f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc091f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc091f Color CSS Codes

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

#bc091f Text Font Color

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

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


#bc091f Background Color

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

This div background color is #bc091f


#bc091f Border Color

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

This div border color is #bc091f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc091f


Comments

No comments written yet.

Please login to write comment.