Color Hex Logo

#b1112a Color Hex

#B1112A
(177,17,42)
0 Favorites   0 Comments

Color spaces of #b1112a

RGB 1771742
HSL0.970.820.38
HSV351°90°69°
CMYK 0.000.900.76   0.31
XYZ18.74989.91523.1161
Yxy9.91520.59000.3120
Hunter Lab31.488451.183316.1745
CIE-Lab37.689859.643031.3927

#b1112a color RGB value is (177,17,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010001 00101010
Octal 261 21 52
Decimal 177 17 42
Hex B1 11 2A

RGB Percentages of Color #b1112a

%75.00
%7.20
%17.80

CMYK Percentages of Color #b1112a

%0
%90
%76
%31

Triadic Colors of #b1112a

#b1112a #2ab111 #112ab1

Analogous Colors of #b1112a

#b1112a #b14811 #b1117a

Monochromatic Colors of #b1112a

#b1112a

Complementary Color

#b1112a #11b198

#b1112a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1112a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1112a Color CSS Codes

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

#b1112a Text Font Color

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

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


#b1112a Background Color

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

This div background color is #b1112a


#b1112a Border Color

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

This div border color is #b1112a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1112a


Comments

No comments written yet.

Please login to write comment.