Color Hex Logo

#b4131d Color Hex

#B4131D
(180,19,29)
0 Favorites   0 Comments

Color spaces of #b4131d

RGB 1801929
HSL0.990.810.39
HSV356°89°71°
CMYK 0.000.890.84   0.29
XYZ19.277010.25782.1263
Yxy10.25780.60890.3240
Hunter Lab32.027851.387518.4832
CIE-Lab38.301259.710639.7646

#b4131d color RGB value is (180,19,29).

#b4131d hex color red value is 180, green value is 19 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #b4131d hue: 0.99 , saturation: 0.81 and the lightness value of b4131d is 0.39.

The process color (four color CMYK) of #b4131d color hex is 0.00, 0.89, 0.84, 0.29. Web safe color of #b4131d is #cc0033. Color #b4131d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010011 00011101
Octal 264 23 35
Decimal 180 19 29
Hex B4 13 1D

RGB Percentages of Color #b4131d

%78.95
%8.33
%12.72

CMYK Percentages of Color #b4131d

%0
%89
%84
%29

Triadic Colors of #b4131d

#b4131d #1db413 #131db4

Analogous Colors of #b4131d

#b4131d #b45a13 #b4136e

Monochromatic Colors of #b4131d

#b4131d

Complementary Color

#b4131d #13b4aa

#b4131d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4131d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4131d Color CSS Codes

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

#b4131d Text Font Color

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

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


#b4131d Background Color

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

This div background color is #b4131d


#b4131d Border Color

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

This div border color is #b4131d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,19,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4131d


Comments

No comments written yet.

Please login to write comment.