Color Hex Logo

#b40616 Color Hex

#B40616
(180,6,22)
0 Favorites   0 Comments

Color spaces of #b40616

RGB 180622
HSL0.980.940.36
HSV354°97°71°
CMYK 0.000.970.88   0.29
XYZ19.03239.89151.6652
Yxy9.89150.62220.3234
Hunter Lab31.450852.979718.8763
CIE-Lab37.647061.282142.8510

#b40616 color RGB value is (180,6,22).

#b40616 hex color red value is 180, green value is 6 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #b40616 hue: 0.98 , saturation: 0.94 and the lightness value of b40616 is 0.36.

The process color (four color CMYK) of #b40616 color hex is 0.00, 0.97, 0.88, 0.29. Web safe color of #b40616 is #cc0000. Color #b40616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000110 00010110
Octal 264 6 26
Decimal 180 6 22
Hex B4 6 16

RGB Percentages of Color #b40616

%86.54
%2.88
%10.58

CMYK Percentages of Color #b40616

%0
%97
%88
%29

Triadic Colors of #b40616

#b40616 #16b406 #0616b4

Analogous Colors of #b40616

#b40616 #b44d06 #b4066d

Monochromatic Colors of #b40616

#b40616

Complementary Color

#b40616 #06b4a4

#b40616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40616 Color CSS Codes

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

#b40616 Text Font Color

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

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


#b40616 Background Color

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

This div background color is #b40616


#b40616 Border Color

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

This div border color is #b40616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40616


Comments

No comments written yet.

Please login to write comment.