Color Hex Logo

#b52516 Color Hex

#B52516
(181,37,22)
0 Favorites   0 Comments

Color spaces of #b52516

RGB 1813722
HSL0.020.780.40
HSV88°71°
CMYK 0.000.800.88   0.29
XYZ19.862411.20481.8749
Yxy11.20480.60290.3401
Hunter Lab33.473647.338820.1106
CIE-Lab39.923355.662944.7735

#b52516 color RGB value is (181,37,22).

#b52516 hex color red value is 181, green value is 37 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #b52516 hue: 0.02 , saturation: 0.78 and the lightness value of b52516 is 0.40.

The process color (four color CMYK) of #b52516 color hex is 0.00, 0.80, 0.88, 0.29. Web safe color of #b52516 is #cc3300. Color #b52516 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100101 00010110
Octal 265 45 26
Decimal 181 37 22
Hex B5 25 16

RGB Percentages of Color #b52516

%75.42
%15.42
%9.17

CMYK Percentages of Color #b52516

%0
%80
%88
%29

Triadic Colors of #b52516

#b52516 #16b525 #2516b5

Analogous Colors of #b52516

#b52516 #b57516 #b51656

Monochromatic Colors of #b52516

#b52516

Complementary Color

#b52516 #16a6b5

#b52516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52516 Color CSS Codes

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

#b52516 Text Font Color

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

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


#b52516 Background Color

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

This div background color is #b52516


#b52516 Border Color

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

This div border color is #b52516


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,37,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52516


Comments

No comments written yet.

Please login to write comment.