Color Hex Logo

#b3382a Color Hex

#B3382A
(179,56,42)
0 Favorites   0 Comments

Color spaces of #b3382a

RGB 1795642
HSL0.020.620.43
HSV77°70°
CMYK 0.000.690.77   0.30
XYZ20.422512.57923.5421
Yxy12.57920.55880.3442
Hunter Lab35.467240.715318.9057
CIE-Lab42.122248.947836.3653

#b3382a color RGB value is (179,56,42).

#b3382a hex color red value is 179, green value is 56 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b3382a hue: 0.02 , saturation: 0.62 and the lightness value of b3382a is 0.43.

The process color (four color CMYK) of #b3382a color hex is 0.00, 0.69, 0.77, 0.30. Web safe color of #b3382a is #cc3333. Color #b3382a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111000 00101010
Octal 263 70 52
Decimal 179 56 42
Hex B3 38 2A

RGB Percentages of Color #b3382a

%64.62
%20.22
%15.16

CMYK Percentages of Color #b3382a

%0
%69
%77
%30

Triadic Colors of #b3382a

#b3382a #2ab338 #382ab3

Analogous Colors of #b3382a

#b3382a #b37d2a #b32a60

Monochromatic Colors of #b3382a

#b3382a

Complementary Color

#b3382a #2aa5b3

#b3382a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3382a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3382a Color CSS Codes

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

#b3382a Text Font Color

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

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


#b3382a Background Color

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

This div background color is #b3382a


#b3382a Border Color

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

This div border color is #b3382a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3382a


Comments

No comments written yet.

Please login to write comment.