Color Hex Logo

#b5012d Color Hex

#B5012D
(181,1,45)
0 Favorites   0 Comments

Color spaces of #b5012d

RGB 181145
HSL0.960.990.36
HSV345°99°71°
CMYK 0.000.990.75   0.29
XYZ19.540610.03493.3897
Yxy10.03490.59280.3044
Hunter Lab31.677954.671815.8302
CIE-Lab37.905062.751330.0233

#b5012d color RGB value is (181,1,45).

#b5012d hex color red value is 181, green value is 1 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #b5012d hue: 0.96 , saturation: 0.99 and the lightness value of b5012d is 0.36.

The process color (four color CMYK) of #b5012d color hex is 0.00, 0.99, 0.75, 0.29. Web safe color of #b5012d is #cc0033. Color #b5012d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000001 00101101
Octal 265 1 55
Decimal 181 1 45
Hex B5 1 2D

RGB Percentages of Color #b5012d

%79.74
%0.44
%19.82

CMYK Percentages of Color #b5012d

%0
%99
%75
%29

Triadic Colors of #b5012d

#b5012d #2db501 #012db5

Analogous Colors of #b5012d

#b5012d #b52f01 #b50187

Monochromatic Colors of #b5012d

#b5012d

Complementary Color

#b5012d #01b589

#b5012d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5012d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5012d Color CSS Codes

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

#b5012d Text Font Color

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

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


#b5012d Background Color

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

This div background color is #b5012d


#b5012d Border Color

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

This div border color is #b5012d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5012d


Comments

No comments written yet.

Please login to write comment.