Color Hex Logo

#b5121e Color Hex

#B5121E
(181,18,30)
1 Favorites   0 Comments

Color spaces of #b5121e

RGB 1811830
HSL0.990.820.39
HSV356°90°71°
CMYK 0.000.900.83   0.29
XYZ19.506710.35012.1979
Yxy10.35010.60850.3229
Hunter Lab32.171651.930318.4695
CIE-Lab38.463660.172939.4467

#b5121e color RGB value is (181,18,30).

#b5121e hex color red value is 181, green value is 18 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b5121e hue: 0.99 , saturation: 0.82 and the lightness value of b5121e is 0.39.

The process color (four color CMYK) of #b5121e color hex is 0.00, 0.90, 0.83, 0.29. Web safe color of #b5121e is #cc0033. Color #b5121e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010010 00011110
Octal 265 22 36
Decimal 181 18 30
Hex B5 12 1E

RGB Percentages of Color #b5121e

%79.04
%7.86
%13.10

CMYK Percentages of Color #b5121e

%0
%90
%83
%29

Triadic Colors of #b5121e

#b5121e #1eb512 #121eb5

Analogous Colors of #b5121e

#b5121e #b55812 #b51270

Monochromatic Colors of #b5121e

#b5121e

Complementary Color

#b5121e #12b5a9

#b5121e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5121e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5121e Color CSS Codes

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

#b5121e Text Font Color

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

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


#b5121e Background Color

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

This div background color is #b5121e


#b5121e Border Color

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

This div border color is #b5121e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5121e


Comments

No comments written yet.

Please login to write comment.