Color Hex Logo

#b43d1f Color Hex

#B43D1F
(180,61,31)
0 Favorites   0 Comments

Color spaces of #b43d1f

RGB 1806131
HSL0.030.710.41
HSV12°83°71°
CMYK 0.000.660.83   0.29
XYZ20.738513.13972.7395
Yxy13.13970.56640.3588
Hunter Lab36.248738.687620.8933
CIE-Lab42.973046.817543.0727

#b43d1f color RGB value is (180,61,31).

#b43d1f hex color red value is 180, green value is 61 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b43d1f hue: 0.03 , saturation: 0.71 and the lightness value of b43d1f is 0.41.

The process color (four color CMYK) of #b43d1f color hex is 0.00, 0.66, 0.83, 0.29. Web safe color of #b43d1f is #cc3333. Color #b43d1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111101 00011111
Octal 264 75 37
Decimal 180 61 31
Hex B4 3D 1F

RGB Percentages of Color #b43d1f

%66.18
%22.43
%11.40

CMYK Percentages of Color #b43d1f

%0
%66
%83
%29

Triadic Colors of #b43d1f

#b43d1f #1fb43d #3d1fb4

Analogous Colors of #b43d1f

#b43d1f #b4881f #b41f4c

Monochromatic Colors of #b43d1f

#b43d1f

Complementary Color

#b43d1f #1f96b4

#b43d1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43d1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43d1f Color CSS Codes

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

#b43d1f Text Font Color

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

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


#b43d1f Background Color

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

This div background color is #b43d1f


#b43d1f Border Color

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

This div border color is #b43d1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43d1f


Comments

No comments written yet.

Please login to write comment.