Color Hex Logo

#b5290e Color Hex

#B5290E
(181,41,14)
0 Favorites   0 Comments

Color spaces of #b5290e

RGB 1814114
HSL0.030.860.38
HSV10°92°71°
CMYK 0.000.770.92   0.29
XYZ19.928311.44131.5735
Yxy11.44130.60490.3473
Hunter Lab33.825045.971220.9194
CIE-Lab40.314054.306548.3778

#b5290e color RGB value is (181,41,14).

#b5290e hex color red value is 181, green value is 41 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b5290e hue: 0.03 , saturation: 0.86 and the lightness value of b5290e is 0.38.

The process color (four color CMYK) of #b5290e color hex is 0.00, 0.77, 0.92, 0.29. Web safe color of #b5290e is #cc3300. Color #b5290e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101001 00001110
Octal 265 51 16
Decimal 181 41 14
Hex B5 29 E

RGB Percentages of Color #b5290e

%76.69
%17.37
%5.93

CMYK Percentages of Color #b5290e

%0
%77
%92
%29

Triadic Colors of #b5290e

#b5290e #0eb529 #290eb5

Analogous Colors of #b5290e

#b5290e #b57d0e #b50e47

Monochromatic Colors of #b5290e

#b5290e

Complementary Color

#b5290e #0e9ab5

#b5290e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5290e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5290e Color CSS Codes

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

#b5290e Text Font Color

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

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


#b5290e Background Color

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

This div background color is #b5290e


#b5290e Border Color

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

This div border color is #b5290e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5290e


Comments

No comments written yet.

Please login to write comment.