Color Hex Logo

#b3392d Color Hex

#B3392D
(179,57,45)
0 Favorites   0 Comments

Color spaces of #b3392d

RGB 1795745
HSL0.010.600.44
HSV75°70°
CMYK 0.000.680.75   0.30
XYZ20.527212.69943.8520
Yxy12.69940.55360.3425
Hunter Lab35.636240.456318.5366
CIE-Lab42.306848.663334.8733

#b3392d color RGB value is (179,57,45).

#b3392d hex color red value is 179, green value is 57 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #b3392d hue: 0.01 , saturation: 0.60 and the lightness value of b3392d is 0.44.

The process color (four color CMYK) of #b3392d color hex is 0.00, 0.68, 0.75, 0.30. Web safe color of #b3392d is #cc3333. Color #b3392d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111001 00101101
Octal 263 71 55
Decimal 179 57 45
Hex B3 39 2D

RGB Percentages of Color #b3392d

%63.70
%20.28
%16.01

CMYK Percentages of Color #b3392d

%0
%68
%75
%30

Triadic Colors of #b3392d

#b3392d #2db339 #392db3

Analogous Colors of #b3392d

#b3392d #b37c2d #b32d64

Monochromatic Colors of #b3392d

#b3392d

Complementary Color

#b3392d #2da7b3

#b3392d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3392d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3392d Color CSS Codes

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

#b3392d Text Font Color

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

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


#b3392d Background Color

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

This div background color is #b3392d


#b3392d Border Color

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

This div border color is #b3392d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3392d


Comments

No comments written yet.

Please login to write comment.