Color Hex Logo

#b5292c Color Hex

#B5292C
(181,41,44)
0 Favorites   0 Comments

Color spaces of #b5292c

RGB 1814144
HSL1.000.630.44
HSV359°77°71°
CMYK 0.000.770.76   0.29
XYZ20.303611.59153.5501
Yxy11.59150.57280.3270
Hunter Lab34.046346.868017.6501
CIE-Lab40.559455.102033.6226

#b5292c color RGB value is (181,41,44).

#b5292c hex color red value is 181, green value is 41 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #b5292c hue: 1.00 , saturation: 0.63 and the lightness value of b5292c is 0.44.

The process color (four color CMYK) of #b5292c color hex is 0.00, 0.77, 0.76, 0.29. Web safe color of #b5292c is #cc3333. Color #b5292c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101001 00101100
Octal 265 51 54
Decimal 181 41 44
Hex B5 29 2C

RGB Percentages of Color #b5292c

%68.05
%15.41
%16.54

CMYK Percentages of Color #b5292c

%0
%77
%76
%29

Triadic Colors of #b5292c

#b5292c #2cb529 #292cb5

Analogous Colors of #b5292c

#b5292c #b56c29 #b52972

Monochromatic Colors of #b5292c

#b5292c

Complementary Color

#b5292c #29b5b2

#b5292c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5292c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5292c Color CSS Codes

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

#b5292c Text Font Color

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

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


#b5292c Background Color

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

This div background color is #b5292c


#b5292c Border Color

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

This div border color is #b5292c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,41,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5292c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5292c;
  -webkit-box-shadow: 1px 1px 3px 2px #b5292c;
  box-shadow:         1px 1px 3px 2px #b5292c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,41,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5292c


Comments

No comments written yet.

Please login to write comment.