Color Hex Logo

#b20920 Color Hex

#B20920
(178,9,32)
0 Favorites   0 Comments

Color spaces of #b20920

RGB 178932
HSL0.980.900.37
HSV352°95°70°
CMYK 0.000.950.82   0.30
XYZ18.71859.76462.2647
Yxy9.76460.60880.3176
Hunter Lab31.248452.241117.5769
CIE-Lab37.416660.658737.0953

#b20920 color RGB value is (178,9,32).

#b20920 hex color red value is 178, green value is 9 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #b20920 hue: 0.98 , saturation: 0.90 and the lightness value of b20920 is 0.37.

The process color (four color CMYK) of #b20920 color hex is 0.00, 0.95, 0.82, 0.30. Web safe color of #b20920 is #990033. Color #b20920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001001 00100000
Octal 262 11 40
Decimal 178 9 32
Hex B2 9 20

RGB Percentages of Color #b20920

%81.28
%4.11
%14.61

CMYK Percentages of Color #b20920

%0
%95
%82
%30

Triadic Colors of #b20920

#b20920 #20b209 #0920b2

Analogous Colors of #b20920

#b20920 #b24709 #b20975

Monochromatic Colors of #b20920

#b20920

Complementary Color

#b20920 #09b29b

#b20920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20920 Color CSS Codes

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

#b20920 Text Font Color

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

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


#b20920 Background Color

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

This div background color is #b20920


#b20920 Border Color

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

This div border color is #b20920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20920


Comments

No comments written yet.

Please login to write comment.