Color Hex Logo

#b4181a Color Hex

#B4181A
(180,24,26)
0 Favorites   0 Comments

Color spaces of #b4181a

RGB 1802426
HSL1.000.760.40
HSV359°87°71°
CMYK 0.000.870.86   0.29
XYZ19.335510.43111.9716
Yxy10.43110.60920.3287
Hunter Lab32.297250.343218.9887
CIE-Lab38.605358.696741.6281

#b4181a color RGB value is (180,24,26).

#b4181a hex color red value is 180, green value is 24 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #b4181a hue: 1.00 , saturation: 0.76 and the lightness value of b4181a is 0.40.

The process color (four color CMYK) of #b4181a color hex is 0.00, 0.87, 0.86, 0.29. Web safe color of #b4181a is #cc0033. Color #b4181a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011000 00011010
Octal 264 30 32
Decimal 180 24 26
Hex B4 18 1A

RGB Percentages of Color #b4181a

%78.26
%10.43
%11.30

CMYK Percentages of Color #b4181a

%0
%87
%86
%29

Triadic Colors of #b4181a

#b4181a #1ab418 #181ab4

Analogous Colors of #b4181a

#b4181a #b46418 #b41868

Monochromatic Colors of #b4181a

#b4181a

Complementary Color

#b4181a #18b4b2

#b4181a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4181a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4181a Color CSS Codes

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

#b4181a Text Font Color

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

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


#b4181a Background Color

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

This div background color is #b4181a


#b4181a Border Color

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

This div border color is #b4181a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4181a


Comments

No comments written yet.

Please login to write comment.