Color Hex Logo

#b4001d Color Hex

#B4001D
(180,0,29)
0 Favorites   0 Comments

Color spaces of #b4001d

RGB 180029
HSL0.971.000.35
HSV350°100°71°
CMYK 0.001.000.84   0.29
XYZ19.04429.79202.0487
Yxy9.79200.61660.3170
Hunter Lab31.292253.872618.0228
CIE-Lab37.466562.121038.9888

#b4001d color RGB value is (180,0,29).

#b4001d hex color red value is 180, green value is 0 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #b4001d hue: 0.97 , saturation: 1.00 and the lightness value of b4001d is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000000 00011101
Octal 264 0 35
Decimal 180 0 29
Hex B4 0 1D

RGB Percentages of Color #b4001d

%86.12
%0.00
%13.88

CMYK Percentages of Color #b4001d

%0
%100
%84
%29

Triadic Colors of #b4001d

#b4001d #1db400 #001db4

Analogous Colors of #b4001d

#b4001d #b43d00 #b40077

Monochromatic Colors of #b4001d

#b4001d

Complementary Color

#b4001d #00b497

#b4001d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4001d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4001d Color CSS Codes

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

#b4001d Text Font Color

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

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


#b4001d Background Color

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

This div background color is #b4001d


#b4001d Border Color

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

This div border color is #b4001d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4001d


Comments

No comments written yet.

Please login to write comment.