Color Hex Logo

#b4112a Color Hex

#B4112A
(180,17,42)
0 Favorites   0 Comments

Color spaces of #b4112a

RGB 1801742
HSL0.970.830.39
HSV351°91°71°
CMYK 0.000.910.77   0.29
XYZ19.440810.27143.1484
Yxy10.27140.59160.3126
Hunter Lab32.049052.191516.6098
CIE-Lab38.325260.436932.2776

#b4112a color RGB value is (180,17,42).

#b4112a hex color red value is 180, green value is 17 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b4112a hue: 0.97 , saturation: 0.83 and the lightness value of b4112a is 0.39.

The process color (four color CMYK) of #b4112a color hex is 0.00, 0.91, 0.77, 0.29. Web safe color of #b4112a is #cc0033. Color #b4112a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010001 00101010
Octal 264 21 52
Decimal 180 17 42
Hex B4 11 2A

RGB Percentages of Color #b4112a

%75.31
%7.11
%17.57

CMYK Percentages of Color #b4112a

%0
%91
%77
%29

Triadic Colors of #b4112a

#b4112a #2ab411 #112ab4

Analogous Colors of #b4112a

#b4112a #b44a11 #b4117c

Monochromatic Colors of #b4112a

#b4112a

Complementary Color

#b4112a #11b49b

#b4112a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4112a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4112a Color CSS Codes

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

#b4112a Text Font Color

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

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


#b4112a Background Color

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

This div background color is #b4112a


#b4112a Border Color

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

This div border color is #b4112a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4112a


Comments

No comments written yet.

Please login to write comment.