Color Hex Logo

#b40021 Color Hex

#B40021
(180,0,33)
0 Favorites   0 Comments

Color spaces of #b40021

RGB 180033
HSL0.971.000.35
HSV349°100°71°
CMYK 0.001.000.82   0.29
XYZ19.09699.81312.3264
Yxy9.81310.61140.3142
Hunter Lab31.325953.997017.5250
CIE-Lab37.504962.225236.7525

#b40021 color RGB value is (180,0,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000000 00100001
Octal 264 0 41
Decimal 180 0 33
Hex B4 0 21

RGB Percentages of Color #b40021

%84.51
%0.00
%15.49

CMYK Percentages of Color #b40021

%0
%100
%82
%29

Triadic Colors of #b40021

#b40021 #21b400 #0021b4

Analogous Colors of #b40021

#b40021 #b43900 #b4007b

Monochromatic Colors of #b40021

#b40021

Complementary Color

#b40021 #00b493

#b40021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40021 Color CSS Codes

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

#b40021 Text Font Color

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

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


#b40021 Background Color

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

This div background color is #b40021


#b40021 Border Color

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

This div border color is #b40021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40021


Comments

No comments written yet.

Please login to write comment.