Color Hex Logo

#b9201e Color Hex

#B9201E
(185,32,30)
0 Favorites   0 Comments

Color spaces of #b9201e

RGB 1853230
HSL0.000.720.42
HSV84°73°
CMYK 0.000.830.84   0.27
XYZ20.758411.44102.3425
Yxy11.44100.60100.3312
Hunter Lab33.824550.353919.5711
CIE-Lab40.313558.377041.4673

#b9201e color RGB value is (185,32,30).

#b9201e hex color red value is 185, green value is 32 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b9201e hue: 0.00 , saturation: 0.72 and the lightness value of b9201e is 0.42.

The process color (four color CMYK) of #b9201e color hex is 0.00, 0.83, 0.84, 0.27. Web safe color of #b9201e is #cc3333. Color #b9201e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00100000 00011110
Octal 271 40 36
Decimal 185 32 30
Hex B9 20 1E

RGB Percentages of Color #b9201e

%74.90
%12.96
%12.15

CMYK Percentages of Color #b9201e

%0
%83
%84
%27

Triadic Colors of #b9201e

#b9201e #1eb920 #201eb9

Analogous Colors of #b9201e

#b9201e #b96e1e #b91e6a

Monochromatic Colors of #b9201e

#b9201e

Complementary Color

#b9201e #1eb7b9

#b9201e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9201e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9201e Color CSS Codes

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

#b9201e Text Font Color

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

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


#b9201e Background Color

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

This div background color is #b9201e


#b9201e Border Color

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

This div border color is #b9201e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9201e


Comments

No comments written yet.

Please login to write comment.