Color Hex Logo

#b9192a Color Hex

#B9192A
(185,25,42)
0 Favorites   0 Comments

Color spaces of #b9192a

RGB 1852542
HSL0.980.760.41
HSV354°86°73°
CMYK 0.000.860.77   0.27
XYZ20.773111.17673.2529
Yxy11.17670.59010.3175
Hunter Lab33.431652.407817.6332
CIE-Lab39.876560.331834.2804

#b9192a color RGB value is (185,25,42).

#b9192a hex color red value is 185, green value is 25 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b9192a hue: 0.98 , saturation: 0.76 and the lightness value of b9192a is 0.41.

The process color (four color CMYK) of #b9192a color hex is 0.00, 0.86, 0.77, 0.27. Web safe color of #b9192a is #cc0033. Color #b9192a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00011001 00101010
Octal 271 31 52
Decimal 185 25 42
Hex B9 19 2A

RGB Percentages of Color #b9192a

%73.41
%9.92
%16.67

CMYK Percentages of Color #b9192a

%0
%86
%77
%27

Triadic Colors of #b9192a

#b9192a #2ab919 #192ab9

Analogous Colors of #b9192a

#b9192a #b95819 #b9197a

Monochromatic Colors of #b9192a

#b9192a

Complementary Color

#b9192a #19b9a8

#b9192a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9192a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9192a Color CSS Codes

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

#b9192a Text Font Color

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

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


#b9192a Background Color

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

This div background color is #b9192a


#b9192a Border Color

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

This div border color is #b9192a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9192a


Comments

No comments written yet.

Please login to write comment.