Color Hex Logo

#b4292f Color Hex

#B4292F
(180,41,47)
0 Favorites   0 Comments

Color spaces of #b4292f

RGB 1804147
HSL0.990.630.43
HSV357°77°71°
CMYK 0.000.770.74   0.29
XYZ20.128411.49443.8471
Yxy11.49440.56750.3241
Hunter Lab33.903446.644317.0046
CIE-Lab40.401054.922531.6153

#b4292f color RGB value is (180,41,47).

#b4292f hex color red value is 180, green value is 41 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #b4292f hue: 0.99 , saturation: 0.63 and the lightness value of b4292f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101001 00101111
Octal 264 51 57
Decimal 180 41 47
Hex B4 29 2F

RGB Percentages of Color #b4292f

%67.16
%15.30
%17.54

CMYK Percentages of Color #b4292f

%0
%77
%74
%29

Triadic Colors of #b4292f

#b4292f #2fb429 #292fb4

Analogous Colors of #b4292f

#b4292f #b46929 #b42975

Monochromatic Colors of #b4292f

#b4292f

Complementary Color

#b4292f #29b4ae

#b4292f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4292f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4292f Color CSS Codes

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

#b4292f Text Font Color

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

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


#b4292f Background Color

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

This div background color is #b4292f


#b4292f Border Color

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

This div border color is #b4292f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4292f


Comments

No comments written yet.

Please login to write comment.