color codes Logo

#b4401c color codes

#B4401C
(180,64,28)
0 Favorites   0 Comments

Color spaces of #b4401c

RGB 1806428
HSL0.040.730.41
HSV14°84°71°
CMYK 0.000.640.84   0.29
XYZ20.865413.45392.5957
Yxy13.45390.56520.3645
Hunter Lab36.679637.351621.4799
CIE-Lab43.439445.420044.9207

#b4401c color RGB value is (180,64,28).

#b4401c hex color red value is 180, green value is 64 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #b4401c hue: 0.04 , saturation: 0.73 and the lightness value of b4401c is 0.41.

The process color (four color CMYK) of #b4401c color code is 0.00, 0.64, 0.84, 0.29. Web safe color of #b4401c is #cc3333. Color #b4401c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000000 00011100
Octal 264 100 34
Decimal 180 64 28
Hex B4 40 1C

RGB Percentages of Color #b4401c

%66.18
%23.53
%10.29

CMYK Percentages of Color #b4401c

%0
%64
%84
%29

Triadic Colors of #b4401c

#b4401c #1cb440 #401cb4

Analogous Colors of #b4401c

#b4401c #b48c1c #b41c44

Monochromatic Colors of #b4401c

#b4401c

Complementary Color

#b4401c #1c90b4

#b4401c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4401c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4401c Color CSS Codes

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

#b4401c Text Font Color

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

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


#b4401c Background Color

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

This div background color is #b4401c


#b4401c Border Color

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

This div border color is #b4401c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4401c


Comments

No comments written yet.

Please login to write comment.