Color Hex Logo

#b1192f Color Hex

#B1192F
(177,25,47)
0 Favorites   0 Comments

Color spaces of #b1192f

RGB 1772547
HSL0.980.750.40
HSV351°86°69°
CMYK 0.000.860.73   0.31
XYZ18.992210.24763.6663
Yxy10.24760.57720.3114
Hunter Lab32.011949.880815.6179
CIE-Lab38.283258.334329.0085

#b1192f color RGB value is (177,25,47).

#b1192f hex color red value is 177, green value is 25 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #b1192f hue: 0.98 , saturation: 0.75 and the lightness value of b1192f is 0.40.

The process color (four color CMYK) of #b1192f color hex is 0.00, 0.86, 0.73, 0.31. Web safe color of #b1192f is #990033. Color #b1192f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011001 00101111
Octal 261 31 57
Decimal 177 25 47
Hex B1 19 2F

RGB Percentages of Color #b1192f

%71.08
%10.04
%18.88

CMYK Percentages of Color #b1192f

%0
%86
%73
%31

Triadic Colors of #b1192f

#b1192f #2fb119 #192fb1

Analogous Colors of #b1192f

#b1192f #b14f19 #b1197b

Monochromatic Colors of #b1192f

#b1192f

Complementary Color

#b1192f #19b19b

#b1192f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1192f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1192f Color CSS Codes

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

#b1192f Text Font Color

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

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


#b1192f Background Color

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

This div background color is #b1192f


#b1192f Border Color

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

This div border color is #b1192f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1192f


Comments

No comments written yet.

Please login to write comment.