Color Hex Logo

#b01619 Color Hex

#B01619
(176,22,25)
0 Favorites   0 Comments

Color spaces of #b01619

RGB 1762225
HSL1.000.780.39
HSV359°88°69°
CMYK 0.000.880.86   0.31
XYZ18.36699.87411.8576
Yxy9.87410.61020.3281
Hunter Lab31.423149.343518.4912
CIE-Lab37.615557.968340.9540

#b01619 color RGB value is (176,22,25).

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

The process color (four color CMYK) of #b01619 color hex is 0.00, 0.88, 0.86, 0.31. Web safe color of #b01619 is #990000. Color #b01619 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010110 00011001
Octal 260 26 31
Decimal 176 22 25
Hex B0 16 19

RGB Percentages of Color #b01619

%78.92
%9.87
%11.21

CMYK Percentages of Color #b01619

%0
%88
%86
%31

Triadic Colors of #b01619

#b01619 #19b016 #1619b0

Analogous Colors of #b01619

#b01619 #b06016 #b01666

Monochromatic Colors of #b01619

#b01619

Complementary Color

#b01619 #16b0ad

#b01619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01619 Color CSS Codes

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

#b01619 Text Font Color

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

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


#b01619 Background Color

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

This div background color is #b01619


#b01619 Border Color

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

This div border color is #b01619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01619


Comments

No comments written yet.

Please login to write comment.