Color Hex Logo

#b5192d Color Hex

#B5192D
(181,25,45)
0 Favorites   0 Comments

Color spaces of #b5192d

RGB 1812545
HSL0.980.760.40
HSV352°86°71°
CMYK 0.000.860.75   0.29
XYZ19.877310.70853.5019
Yxy10.70850.58310.3141
Hunter Lab32.723851.158716.5618
CIE-Lab39.085159.349931.3713

#b5192d color RGB value is (181,25,45).

#b5192d hex color red value is 181, green value is 25 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #b5192d hue: 0.98 , saturation: 0.76 and the lightness value of b5192d is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011001 00101101
Octal 265 31 55
Decimal 181 25 45
Hex B5 19 2D

RGB Percentages of Color #b5192d

%72.11
%9.96
%17.93

CMYK Percentages of Color #b5192d

%0
%86
%75
%29

Triadic Colors of #b5192d

#b5192d #2db519 #192db5

Analogous Colors of #b5192d

#b5192d #b55319 #b5197b

Monochromatic Colors of #b5192d

#b5192d

Complementary Color

#b5192d #19b5a1

#b5192d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5192d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5192d Color CSS Codes

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

#b5192d Text Font Color

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

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


#b5192d Background Color

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

This div background color is #b5192d


#b5192d Border Color

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

This div border color is #b5192d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5192d


Comments

No comments written yet.

Please login to write comment.