Color Hex Logo

#b51914 Color Hex

#B51914
(181,25,20)
0 Favorites   0 Comments

Color spaces of #b51914

RGB 1812520
HSL0.010.800.39
HSV89°71°
CMYK 0.000.860.89   0.29
XYZ19.530010.56951.6726
Yxy10.56950.61470.3327
Hunter Lab32.510850.335419.7072
CIE-Lab38.845758.643144.8443

#b51914 color RGB value is (181,25,20).

#b51914 hex color red value is 181, green value is 25 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #b51914 hue: 0.01 , saturation: 0.80 and the lightness value of b51914 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011001 00010100
Octal 265 31 24
Decimal 181 25 20
Hex B5 19 14

RGB Percentages of Color #b51914

%80.09
%11.06
%8.85

CMYK Percentages of Color #b51914

%0
%86
%89
%29

Triadic Colors of #b51914

#b51914 #14b519 #1914b5

Analogous Colors of #b51914

#b51914 #b56a14 #b51460

Monochromatic Colors of #b51914

#b51914

Complementary Color

#b51914 #14b0b5

#b51914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51914 Color CSS Codes

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

#b51914 Text Font Color

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

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


#b51914 Background Color

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

This div background color is #b51914


#b51914 Border Color

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

This div border color is #b51914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51914


Comments

No comments written yet.

Please login to write comment.