Color Hex Logo

#b9352a Color Hex

#B9352A
(185,53,42)
0 Favorites   0 Comments

Color spaces of #b9352a

RGB 1855342
HSL0.010.630.45
HSV77°73°
CMYK 0.000.710.77   0.27
XYZ21.698613.02773.5614
Yxy13.02770.56670.3403
Hunter Lab36.093944.144619.4156
CIE-Lab42.805052.117137.4266

#b9352a color RGB value is (185,53,42).

#b9352a hex color red value is 185, green value is 53 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b9352a hue: 0.01 , saturation: 0.63 and the lightness value of b9352a is 0.45.

The process color (four color CMYK) of #b9352a color hex is 0.00, 0.71, 0.77, 0.27. Web safe color of #b9352a is #cc3333. Color #b9352a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110101 00101010
Octal 271 65 52
Decimal 185 53 42
Hex B9 35 2A

RGB Percentages of Color #b9352a

%66.07
%18.93
%15.00

CMYK Percentages of Color #b9352a

%0
%71
%77
%27

Triadic Colors of #b9352a

#b9352a #2ab935 #352ab9

Analogous Colors of #b9352a

#b9352a #b97d2a #b92a67

Monochromatic Colors of #b9352a

#b9352a

Complementary Color

#b9352a #2aaeb9

#b9352a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9352a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9352a Color CSS Codes

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

#b9352a Text Font Color

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

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


#b9352a Background Color

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

This div background color is #b9352a


#b9352a Border Color

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

This div border color is #b9352a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,53,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 #b9352a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9352a


Comments

No comments written yet.

Please login to write comment.