Color Hex Logo

#b4021c Color Hex

#B4021C
(180,2,28)
0 Favorites   0 Comments

Color spaces of #b4021c

RGB 180228
HSL0.980.980.36
HSV351°99°71°
CMYK 0.000.990.84   0.29
XYZ19.05379.83061.9919
Yxy9.83060.61710.3184
Hunter Lab31.353853.605318.1810
CIE-Lab37.536761.867239.6060

#b4021c color RGB value is (180,2,28).

#b4021c hex color red value is 180, green value is 2 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #b4021c hue: 0.98 , saturation: 0.98 and the lightness value of b4021c is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000010 00011100
Octal 264 2 34
Decimal 180 2 28
Hex B4 2 1C

RGB Percentages of Color #b4021c

%85.71
%0.95
%13.33

CMYK Percentages of Color #b4021c

%0
%99
%84
%29

Triadic Colors of #b4021c

#b4021c #1cb402 #021cb4

Analogous Colors of #b4021c

#b4021c #b44102 #b40275

Monochromatic Colors of #b4021c

#b4021c

Complementary Color

#b4021c #02b49a

#b4021c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4021c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4021c Color CSS Codes

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

#b4021c Text Font Color

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

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


#b4021c Background Color

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

This div background color is #b4021c


#b4021c Border Color

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

This div border color is #b4021c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4021c


Comments

No comments written yet.

Please login to write comment.