Color Hex Logo

#b4362a Color Hex

#B4362A
(180,54,42)
0 Favorites   0 Comments

Color spaces of #b4362a

RGB 1805442
HSL0.010.620.44
HSV77°71°
CMYK 0.000.700.77   0.29
XYZ20.559512.50883.5213
Yxy12.50880.56190.3419
Hunter Lab35.367841.869518.8544
CIE-Lab42.013650.084236.3032

#b4362a color RGB value is (180,54,42).

#b4362a hex color red value is 180, green value is 54 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b4362a hue: 0.01 , saturation: 0.62 and the lightness value of b4362a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110110 00101010
Octal 264 66 52
Decimal 180 54 42
Hex B4 36 2A

RGB Percentages of Color #b4362a

%65.22
%19.57
%15.22

CMYK Percentages of Color #b4362a

%0
%70
%77
%29

Triadic Colors of #b4362a

#b4362a #2ab436 #362ab4

Analogous Colors of #b4362a

#b4362a #b47b2a #b42a63

Monochromatic Colors of #b4362a

#b4362a

Complementary Color

#b4362a #2aa8b4

#b4362a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4362a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4362a Color CSS Codes

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

#b4362a Text Font Color

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

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


#b4362a Background Color

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

This div background color is #b4362a


#b4362a Border Color

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

This div border color is #b4362a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,54,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4362a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4362a;
  -webkit-box-shadow: 1px 1px 3px 2px #b4362a;
  box-shadow:         1px 1px 3px 2px #b4362a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,54,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4362a


Comments

No comments written yet.

Please login to write comment.