Color Hex Logo

#b5151d Color Hex

#B5151D
(181,21,29)
0 Favorites   0 Comments

Color spaces of #b5151d

RGB 1812129
HSL0.990.790.40
HSV357°88°71°
CMYK 0.000.880.84   0.29
XYZ19.546010.44882.1490
Yxy10.44880.60810.3251
Hunter Lab32.324651.367118.6855
CIE-Lab38.636259.626940.1511

#b5151d color RGB value is (181,21,29).

#b5151d hex color red value is 181, green value is 21 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #b5151d hue: 0.99 , saturation: 0.79 and the lightness value of b5151d is 0.40.

The process color (four color CMYK) of #b5151d color hex is 0.00, 0.88, 0.84, 0.29. Web safe color of #b5151d is #cc0033. Color #b5151d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010101 00011101
Octal 265 25 35
Decimal 181 21 29
Hex B5 15 1D

RGB Percentages of Color #b5151d

%78.35
%9.09
%12.55

CMYK Percentages of Color #b5151d

%0
%88
%84
%29

Triadic Colors of #b5151d

#b5151d #1db515 #151db5

Analogous Colors of #b5151d

#b5151d #b55d15 #b5156d

Monochromatic Colors of #b5151d

#b5151d

Complementary Color

#b5151d #15b5ad

#b5151d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5151d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5151d Color CSS Codes

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

#b5151d Text Font Color

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

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


#b5151d Background Color

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

This div background color is #b5151d


#b5151d Border Color

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

This div border color is #b5151d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5151d


Comments

No comments written yet.

Please login to write comment.