Color Hex Logo

#b5120d Color Hex

#B5120D
(181,18,13)
0 Favorites   0 Comments

Color spaces of #b5120d

RGB 1811813
HSL0.000.870.38
HSV93°71°
CMYK 0.000.900.93   0.29
XYZ19.345010.28541.3465
Yxy10.28540.62450.3320
Hunter Lab32.070951.546419.9603
CIE-Lab38.349959.845947.4566

#b5120d color RGB value is (181,18,13).

#b5120d hex color red value is 181, green value is 18 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #b5120d hue: 0.00 , saturation: 0.87 and the lightness value of b5120d is 0.38.

The process color (four color CMYK) of #b5120d color hex is 0.00, 0.90, 0.93, 0.29. Web safe color of #b5120d is #cc0000. Color #b5120d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010010 00001101
Octal 265 22 15
Decimal 181 18 13
Hex B5 12 D

RGB Percentages of Color #b5120d

%85.38
%8.49
%6.13

CMYK Percentages of Color #b5120d

%0
%90
%93
%29

Triadic Colors of #b5120d

#b5120d #0db512 #120db5

Analogous Colors of #b5120d

#b5120d #b5660d #b50d5c

Monochromatic Colors of #b5120d

#b5120d

Complementary Color

#b5120d #0db0b5

#b5120d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5120d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5120d Color CSS Codes

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

#b5120d Text Font Color

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

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


#b5120d Background Color

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

This div background color is #b5120d


#b5120d Border Color

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

This div border color is #b5120d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5120d


Comments

No comments written yet.

Please login to write comment.