Color Hex Logo

#b52521 Color Hex

#B52521
(181,37,33)
0 Favorites   0 Comments

Color spaces of #b52521

RGB 1813733
HSL0.000.690.42
HSV82°71°
CMYK 0.000.800.82   0.29
XYZ19.992111.25672.5579
Yxy11.25670.59140.3330
Hunter Lab33.551047.648918.9655
CIE-Lab40.009555.935739.2879

#b52521 color RGB value is (181,37,33).

#b52521 hex color red value is 181, green value is 37 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #b52521 hue: 0.00 , saturation: 0.69 and the lightness value of b52521 is 0.42.

The process color (four color CMYK) of #b52521 color hex is 0.00, 0.80, 0.82, 0.29. Web safe color of #b52521 is #cc3333. Color #b52521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100101 00100001
Octal 265 45 41
Decimal 181 37 33
Hex B5 25 21

RGB Percentages of Color #b52521

%72.11
%14.74
%13.15

CMYK Percentages of Color #b52521

%0
%80
%82
%29

Triadic Colors of #b52521

#b52521 #21b525 #2521b5

Analogous Colors of #b52521

#b52521 #b56f21 #b52167

Monochromatic Colors of #b52521

#b52521

Complementary Color

#b52521 #21b1b5

#b52521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52521 Color CSS Codes

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

#b52521 Text Font Color

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

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


#b52521 Background Color

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

This div background color is #b52521


#b52521 Border Color

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

This div border color is #b52521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52521


Comments

No comments written yet.

Please login to write comment.