Color Hex Logo

#b1112e Color Hex

#B1112E
(177,17,46)
0 Favorites   0 Comments

Color spaces of #b1112e

RGB 1771746
HSL0.970.820.38
HSV349°90°69°
CMYK 0.000.900.74   0.31
XYZ18.82519.94533.5122
Yxy9.94530.58310.3081
Hunter Lab31.536251.364915.4722
CIE-Lab37.744159.798228.9969

#b1112e color RGB value is (177,17,46).

#b1112e hex color red value is 177, green value is 17 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b1112e hue: 0.97 , saturation: 0.82 and the lightness value of b1112e is 0.38.

The process color (four color CMYK) of #b1112e color hex is 0.00, 0.90, 0.74, 0.31. Web safe color of #b1112e is #990033. Color #b1112e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010001 00101110
Octal 261 21 56
Decimal 177 17 46
Hex B1 11 2E

RGB Percentages of Color #b1112e

%73.75
%7.08
%19.17

CMYK Percentages of Color #b1112e

%0
%90
%74
%31

Triadic Colors of #b1112e

#b1112e #2eb111 #112eb1

Analogous Colors of #b1112e

#b1112e #b14411 #b1117e

Monochromatic Colors of #b1112e

#b1112e

Complementary Color

#b1112e #11b194

#b1112e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1112e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1112e Color CSS Codes

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

#b1112e Text Font Color

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

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


#b1112e Background Color

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

This div background color is #b1112e


#b1112e Border Color

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

This div border color is #b1112e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,17,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1112e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1112e;
  -webkit-box-shadow: 1px 1px 3px 2px #b1112e;
  box-shadow:         1px 1px 3px 2px #b1112e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,17,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1112e


Comments

No comments written yet.

Please login to write comment.