Color Hex Logo

#b9151d Color Hex

#B9151D
(185,21,29)
0 Favorites   0 Comments

Color spaces of #b9151d

RGB 1852129
HSL0.990.800.40
HSV357°89°73°
CMYK 0.000.890.84   0.27
XYZ20.497510.93932.1936
Yxy10.93930.60950.3253
Hunter Lab33.074652.742219.2200
CIE-Lab39.478060.711441.2313

#b9151d color RGB value is (185,21,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010101 00011101
Octal 271 25 35
Decimal 185 21 29
Hex B9 15 1D

RGB Percentages of Color #b9151d

%78.72
%8.94
%12.34

CMYK Percentages of Color #b9151d

%0
%89
%84
%27

Triadic Colors of #b9151d

#b9151d #1db915 #151db9

Analogous Colors of #b9151d

#b9151d #b95f15 #b9156f

Monochromatic Colors of #b9151d

#b9151d

Complementary Color

#b9151d #15b9b1

#b9151d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9151d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9151d Color CSS Codes

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

#b9151d Text Font Color

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

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


#b9151d Background Color

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

This div background color is #b9151d


#b9151d Border Color

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

This div border color is #b9151d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,21,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9151d


Comments

No comments written yet.

Please login to write comment.