Color Hex Logo

#b51e00 Color Hex

#B51E00
(181,30,0)
0 Favorites   0 Comments

Color spaces of #b51e00

RGB 181300
HSL0.031.000.35
HSV10°100°71°
CMYK 0.000.831.00   0.29
XYZ19.520310.75231.0466
Yxy10.75230.62330.3433
Hunter Lab32.790748.877321.0611
CIE-Lab39.160157.239152.5794

#b51e00 color RGB value is (181,30,0).

#b51e00 hex color red value is 181, green value is 30 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #b51e00 hue: 0.03 , saturation: 1.00 and the lightness value of b51e00 is 0.35.

The process color (four color CMYK) of #b51e00 color hex is 0.00, 0.83, 1.00, 0.29. Web safe color of #b51e00 is #cc3300. Color #b51e00 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011110 00000000
Octal 265 36 0
Decimal 181 30 0
Hex B5 1E 0

RGB Percentages of Color #b51e00

%85.78
%14.22
%0.00

CMYK Percentages of Color #b51e00

%0
%83
%100
%29

Triadic Colors of #b51e00

#b51e00 #00b51e #1e00b5

Analogous Colors of #b51e00

#b51e00 #b57900 #b5003c

Monochromatic Colors of #b51e00

#b51e00

Complementary Color

#b51e00 #0097b5

#b51e00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51e00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51e00 Color CSS Codes

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

#b51e00 Text Font Color

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

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


#b51e00 Background Color

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

This div background color is #b51e00


#b51e00 Border Color

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

This div border color is #b51e00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51e00


Comments

No comments written yet.

Please login to write comment.