Color Hex Logo

#b4412d Color Hex

#B4412D
(180,65,45)
0 Favorites   0 Comments

Color spaces of #b4412d

RGB 1806545
HSL0.020.600.44
HSV75°71°
CMYK 0.000.640.75   0.29
XYZ21.186313.67344.0052
Yxy13.67340.54510.3518
Hunter Lab36.977637.560919.4623
CIE-Lab43.760945.572736.5212

#b4412d color RGB value is (180,65,45).

#b4412d hex color red value is 180, green value is 65 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #b4412d hue: 0.02 , saturation: 0.60 and the lightness value of b4412d is 0.44.

The process color (four color CMYK) of #b4412d color hex is 0.00, 0.64, 0.75, 0.29. Web safe color of #b4412d is #cc3333. Color #b4412d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000001 00101101
Octal 264 101 55
Decimal 180 65 45
Hex B4 41 2D

RGB Percentages of Color #b4412d

%62.07
%22.41
%15.52

CMYK Percentages of Color #b4412d

%0
%64
%75
%29

Triadic Colors of #b4412d

#b4412d #2db441 #412db4

Analogous Colors of #b4412d

#b4412d #b4852d #b42d5d

Monochromatic Colors of #b4412d

#b4412d

Complementary Color

#b4412d #2da0b4

#b4412d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4412d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4412d Color CSS Codes

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

#b4412d Text Font Color

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

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


#b4412d Background Color

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

This div background color is #b4412d


#b4412d Border Color

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

This div border color is #b4412d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4412d


Comments

No comments written yet.

Please login to write comment.