Color Hex Logo

#b9152e Color Hex

#B9152E
(185,21,46)
0 Favorites   0 Comments

Color spaces of #b9152e

RGB 1852146
HSL0.970.800.40
HSV351°89°73°
CMYK 0.000.890.75   0.27
XYZ20.768911.04793.6226
Yxy11.04790.58600.3117
Hunter Lab33.238453.368016.8049
CIE-Lab39.661061.240231.6418

#b9152e color RGB value is (185,21,46).

#b9152e hex color red value is 185, green value is 21 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b9152e hue: 0.97 , saturation: 0.80 and the lightness value of b9152e is 0.40.

The process color (four color CMYK) of #b9152e color hex is 0.00, 0.89, 0.75, 0.27. Web safe color of #b9152e is #cc0033. Color #b9152e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010101 00101110
Octal 271 25 56
Decimal 185 21 46
Hex B9 15 2E

RGB Percentages of Color #b9152e

%73.41
%8.33
%18.25

CMYK Percentages of Color #b9152e

%0
%89
%75
%27

Triadic Colors of #b9152e

#b9152e #2eb915 #152eb9

Analogous Colors of #b9152e

#b9152e #b94e15 #b91580

Monochromatic Colors of #b9152e

#b9152e

Complementary Color

#b9152e #15b9a0

#b9152e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9152e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9152e Color CSS Codes

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

#b9152e Text Font Color

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

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


#b9152e Background Color

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

This div background color is #b9152e


#b9152e Border Color

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

This div border color is #b9152e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9152e


Comments

No comments written yet.

Please login to write comment.