Color Hex Logo

#b5441a Color Hex

#B5441A
(181,68,26)
0 Favorites   0 Comments

Color spaces of #b5441a

RGB 1816826
HSL0.050.750.41
HSV16°86°71°
CMYK 0.000.620.86   0.29
XYZ21.309614.03262.5627
Yxy14.03260.56220.3702
Hunter Lab37.460135.986522.1660
CIE-Lab44.279643.923546.6144

#b5441a color RGB value is (181,68,26).

#b5441a hex color red value is 181, green value is 68 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #b5441a hue: 0.05 , saturation: 0.75 and the lightness value of b5441a is 0.41.

The process color (four color CMYK) of #b5441a color hex is 0.00, 0.62, 0.86, 0.29. Web safe color of #b5441a is #cc3333. Color #b5441a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000100 00011010
Octal 265 104 32
Decimal 181 68 26
Hex B5 44 1A

RGB Percentages of Color #b5441a

%65.82
%24.73
%9.45

CMYK Percentages of Color #b5441a

%0
%62
%86
%29

Triadic Colors of #b5441a

#b5441a #1ab544 #441ab5

Analogous Colors of #b5441a

#b5441a #b5921a #b51a3d

Monochromatic Colors of #b5441a

#b5441a

Complementary Color

#b5441a #1a8bb5

#b5441a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5441a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5441a Color CSS Codes

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

#b5441a Text Font Color

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

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


#b5441a Background Color

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

This div background color is #b5441a


#b5441a Border Color

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

This div border color is #b5441a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5441a


Comments

No comments written yet.

Please login to write comment.