Color Hex Logo

#b21a1e Color Hex

#B21A1E
(178,26,30)
0 Favorites   0 Comments

Color spaces of #b21a1e

RGB 1782630
HSL1.000.750.40
HSV358°85°70°
CMYK 0.000.850.83   0.30
XYZ18.963810.29752.2164
Yxy10.29750.60250.3271
Hunter Lab32.089749.329718.3677
CIE-Lab38.371257.809339.1350

#b21a1e color RGB value is (178,26,30).

#b21a1e hex color red value is 178, green value is 26 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b21a1e hue: 1.00 , saturation: 0.75 and the lightness value of b21a1e is 0.40.

The process color (four color CMYK) of #b21a1e color hex is 0.00, 0.85, 0.83, 0.30. Web safe color of #b21a1e is #993333. Color #b21a1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011010 00011110
Octal 262 32 36
Decimal 178 26 30
Hex B2 1A 1E

RGB Percentages of Color #b21a1e

%76.07
%11.11
%12.82

CMYK Percentages of Color #b21a1e

%0
%85
%83
%30

Triadic Colors of #b21a1e

#b21a1e #1eb21a #1a1eb2

Analogous Colors of #b21a1e

#b21a1e #b2621a #b21a6a

Monochromatic Colors of #b21a1e

#b21a1e

Complementary Color

#b21a1e #1ab2ae

#b21a1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21a1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21a1e Color CSS Codes

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

#b21a1e Text Font Color

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

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


#b21a1e Background Color

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

This div background color is #b21a1e


#b21a1e Border Color

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

This div border color is #b21a1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,26,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b21a1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b21a1e;
  -webkit-box-shadow: 1px 1px 3px 2px #b21a1e;
  box-shadow:         1px 1px 3px 2px #b21a1e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,26,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21a1e


Comments

No comments written yet.

Please login to write comment.