Color Hex Logo

#b12929 Color Hex

#B12929
(177,41,41)
0 Favorites   0 Comments

Color spaces of #b12929

RGB 1774141
HSL0.000.620.43
HSV77°69°
CMYK 0.000.770.77   0.31
XYZ19.324611.09313.2205
Yxy11.09310.57450.3298
Hunter Lab33.306345.281217.5815
CIE-Lab39.736853.764134.2464

#b12929 color RGB value is (177,41,41).

#b12929 hex color red value is 177, green value is 41 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #b12929 hue: 0.00 , saturation: 0.62 and the lightness value of b12929 is 0.43.

The process color (four color CMYK) of #b12929 color hex is 0.00, 0.77, 0.77, 0.31. Web safe color of #b12929 is #993333. Color #b12929 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101001 00101001
Octal 261 51 51
Decimal 177 41 41
Hex B1 29 29

RGB Percentages of Color #b12929

%68.34
%15.83
%15.83

CMYK Percentages of Color #b12929

%0
%77
%77
%31

Triadic Colors of #b12929

#b12929 #29b129 #2929b1

Analogous Colors of #b12929

#b12929 #b16d29 #b1296d

Monochromatic Colors of #b12929

#b12929

Complementary Color

#b12929 #29b1b1

#b12929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12929 Color CSS Codes

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

#b12929 Text Font Color

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

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


#b12929 Background Color

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

This div background color is #b12929


#b12929 Border Color

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

This div border color is #b12929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12929

#b12929 Color Palettes


Comments

No comments written yet.

Please login to write comment.