Color Hex Logo

#b5130d Color Hex

#B5130D
(181,19,13)
0 Favorites   0 Comments

Color spaces of #b5130d

RGB 1811913
HSL0.010.870.38
HSV93°71°
CMYK 0.000.900.93   0.29
XYZ19.361610.31861.3520
Yxy10.31860.62390.3325
Hunter Lab32.122651.374819.9904
CIE-Lab38.408359.678247.4944

#b5130d color RGB value is (181,19,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010011 00001101
Octal 265 23 15
Decimal 181 19 13
Hex B5 13 D

RGB Percentages of Color #b5130d

%84.98
%8.92
%6.10

CMYK Percentages of Color #b5130d

%0
%90
%93
%29

Triadic Colors of #b5130d

#b5130d #0db513 #130db5

Analogous Colors of #b5130d

#b5130d #b5670d #b50d5b

Monochromatic Colors of #b5130d

#b5130d

Complementary Color

#b5130d #0dafb5

#b5130d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5130d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5130d Color CSS Codes

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

#b5130d Text Font Color

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

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


#b5130d Background Color

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

This div background color is #b5130d


#b5130d Border Color

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

This div border color is #b5130d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,19,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 #b5130d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5130d


Comments

No comments written yet.

Please login to write comment.