Color Hex Logo

#b41619 Color Hex

#B41619
(180,22,25)
0 Favorites   0 Comments

Color spaces of #b41619

RGB 1802225
HSL1.000.780.40
HSV359°88°71°
CMYK 0.000.880.86   0.29
XYZ19.284810.34731.9005
Yxy10.34730.61160.3281
Hunter Lab32.167250.721219.0141
CIE-Lab38.458759.071442.0143

#b41619 color RGB value is (180,22,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010110 00011001
Octal 264 26 31
Decimal 180 22 25
Hex B4 16 19

RGB Percentages of Color #b41619

%79.30
%9.69
%11.01

CMYK Percentages of Color #b41619

%0
%88
%86
%29

Triadic Colors of #b41619

#b41619 #19b416 #1619b4

Analogous Colors of #b41619

#b41619 #b46216 #b41668

Monochromatic Colors of #b41619

#b41619

Complementary Color

#b41619 #16b4b1

#b41619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41619 Color CSS Codes

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

#b41619 Text Font Color

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

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


#b41619 Background Color

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

This div background color is #b41619


#b41619 Border Color

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

This div border color is #b41619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41619


Comments

No comments written yet.

Please login to write comment.