Color Hex Logo

#b22320 Color Hex

#B22320
(178,35,32)
0 Favorites   0 Comments

Color spaces of #b22320

RGB 1783532
HSL0.000.700.41
HSV82°70°
CMYK 0.000.800.82   0.30
XYZ19.221810.77132.4325
Yxy10.77130.59280.3322
Hunter Lab32.819747.109418.5794
CIE-Lab39.192655.587738.8312

#b22320 color RGB value is (178,35,32).

#b22320 hex color red value is 178, green value is 35 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #b22320 hue: 0.00 , saturation: 0.70 and the lightness value of b22320 is 0.41.

The process color (four color CMYK) of #b22320 color hex is 0.00, 0.80, 0.82, 0.30. Web safe color of #b22320 is #993333. Color #b22320 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100011 00100000
Octal 262 43 40
Decimal 178 35 32
Hex B2 23 20

RGB Percentages of Color #b22320

%72.65
%14.29
%13.06

CMYK Percentages of Color #b22320

%0
%80
%82
%30

Triadic Colors of #b22320

#b22320 #20b223 #2320b2

Analogous Colors of #b22320

#b22320 #b26c20 #b22066

Monochromatic Colors of #b22320

#b22320

Complementary Color

#b22320 #20afb2

#b22320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b22320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b22320 Color CSS Codes

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

#b22320 Text Font Color

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

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


#b22320 Background Color

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

This div background color is #b22320


#b22320 Border Color

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

This div border color is #b22320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b22320


Comments

No comments written yet.

Please login to write comment.