Color Hex Logo

#b52f2b Color Hex

#B52F2B
(181,47,43)
1 Favorites   0 Comments

Color spaces of #b52f2b

RGB 1814743
HSL0.000.620.44
HSV76°71°
CMYK 0.000.740.76   0.29
XYZ20.508612.03123.5268
Yxy12.03120.56860.3336
Hunter Lab34.686044.840118.2517
CIE-Lab41.265753.060234.9805

#b52f2b color RGB value is (181,47,43).

#b52f2b hex color red value is 181, green value is 47 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #b52f2b hue: 0.00 , saturation: 0.62 and the lightness value of b52f2b is 0.44.

The process color (four color CMYK) of #b52f2b color hex is 0.00, 0.74, 0.76, 0.29. Web safe color of #b52f2b is #cc3333. Color #b52f2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101111 00101011
Octal 265 57 53
Decimal 181 47 43
Hex B5 2F 2B

RGB Percentages of Color #b52f2b

%66.79
%17.34
%15.87

CMYK Percentages of Color #b52f2b

%0
%74
%76
%29

Triadic Colors of #b52f2b

#b52f2b #2bb52f #2f2bb5

Analogous Colors of #b52f2b

#b52f2b #b5742b #b52b6c

Monochromatic Colors of #b52f2b

#b52f2b

Complementary Color

#b52f2b #2bb1b5

#b52f2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52f2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52f2b Color CSS Codes

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

#b52f2b Text Font Color

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

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


#b52f2b Background Color

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

This div background color is #b52f2b


#b52f2b Border Color

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

This div border color is #b52f2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52f2b


Comments

No comments written yet.

Please login to write comment.