Color Hex Logo

#b4392a Color Hex

#B4392A
(180,57,42)
0 Favorites   0 Comments

Color spaces of #b4392a

RGB 1805742
HSL0.020.620.44
HSV77°71°
CMYK 0.000.680.77   0.29
XYZ20.703412.79673.5693
Yxy12.79670.55850.3452
Hunter Lab35.772540.705419.1249
CIE-Lab42.455348.879036.7765

#b4392a color RGB value is (180,57,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111001 00101010
Octal 264 71 52
Decimal 180 57 42
Hex B4 39 2A

RGB Percentages of Color #b4392a

%64.52
%20.43
%15.05

CMYK Percentages of Color #b4392a

%0
%68
%77
%29

Triadic Colors of #b4392a

#b4392a #2ab439 #392ab4

Analogous Colors of #b4392a

#b4392a #b47e2a #b42a60

Monochromatic Colors of #b4392a

#b4392a

Complementary Color

#b4392a #2aa5b4

#b4392a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4392a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4392a Color CSS Codes

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

#b4392a Text Font Color

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

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


#b4392a Background Color

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

This div background color is #b4392a


#b4392a Border Color

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

This div border color is #b4392a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,57,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 #b4392a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4392a


Comments

No comments written yet.

Please login to write comment.