Color Hex Logo

#b21911 Color Hex

#B21911
(178,25,17)
0 Favorites   0 Comments

Color spaces of #b21911

RGB 1782517
HSL0.010.830.38
HSV90°70°
CMYK 0.000.860.90   0.30
XYZ18.808910.20071.5079
Yxy10.20070.61630.3343
Hunter Lab31.938549.227919.5577
CIE-Lab38.200357.748345.4200

#b21911 color RGB value is (178,25,17).

#b21911 hex color red value is 178, green value is 25 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #b21911 hue: 0.01 , saturation: 0.83 and the lightness value of b21911 is 0.38.

The process color (four color CMYK) of #b21911 color hex is 0.00, 0.86, 0.90, 0.30. Web safe color of #b21911 is #990000. Color #b21911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011001 00010001
Octal 262 31 21
Decimal 178 25 17
Hex B2 19 11

RGB Percentages of Color #b21911

%80.91
%11.36
%7.73

CMYK Percentages of Color #b21911

%0
%86
%90
%30

Triadic Colors of #b21911

#b21911 #11b219 #1911b2

Analogous Colors of #b21911

#b21911 #b26a11 #b21159

Monochromatic Colors of #b21911

#b21911

Complementary Color

#b21911 #11aab2

#b21911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21911 Color CSS Codes

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

#b21911 Text Font Color

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

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


#b21911 Background Color

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

This div background color is #b21911


#b21911 Border Color

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

This div border color is #b21911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21911


Comments

No comments written yet.

Please login to write comment.