Color Hex Logo

#b3432e Color Hex

#B3432E
(179,67,46)
0 Favorites   0 Comments

Color spaces of #b3432e

RGB 1796746
HSL0.030.590.44
HSV74°70°
CMYK 0.000.630.74   0.30
XYZ21.090713.79534.1359
Yxy13.79530.54050.3535
Hunter Lab37.142036.360819.3973
CIE-Lab43.937944.352836.1107

#b3432e color RGB value is (179,67,46).

#b3432e hex color red value is 179, green value is 67 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b3432e hue: 0.03 , saturation: 0.59 and the lightness value of b3432e is 0.44.

The process color (four color CMYK) of #b3432e color hex is 0.00, 0.63, 0.74, 0.30. Web safe color of #b3432e is #cc3333. Color #b3432e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000011 00101110
Octal 263 103 56
Decimal 179 67 46
Hex B3 43 2E

RGB Percentages of Color #b3432e

%61.30
%22.95
%15.75

CMYK Percentages of Color #b3432e

%0
%63
%74
%30

Triadic Colors of #b3432e

#b3432e #2eb343 #432eb3

Analogous Colors of #b3432e

#b3432e #b3862e #b32e5c

Monochromatic Colors of #b3432e

#b3432e

Complementary Color

#b3432e #2e9eb3

#b3432e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3432e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3432e Color CSS Codes

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

#b3432e Text Font Color

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

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


#b3432e Background Color

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

This div background color is #b3432e


#b3432e Border Color

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

This div border color is #b3432e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,67,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3432e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3432e;
  -webkit-box-shadow: 1px 1px 3px 2px #b3432e;
  box-shadow:         1px 1px 3px 2px #b3432e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3432e


Comments

No comments written yet.

Please login to write comment.