Color Hex Logo

#b9202d Color Hex

#B9202D
(185,32,45)
0 Favorites   0 Comments

Color spaces of #b9202d

RGB 1853245
HSL0.990.710.43
HSV355°83°73°
CMYK 0.000.830.76   0.27
XYZ20.997711.53683.6027
Yxy11.53680.58110.3192
Hunter Lab33.965950.908417.4873
CIE-Lab40.470358.854033.1550

#b9202d color RGB value is (185,32,45).

#b9202d hex color red value is 185, green value is 32 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #b9202d hue: 0.99 , saturation: 0.71 and the lightness value of b9202d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00100000 00101101
Octal 271 40 55
Decimal 185 32 45
Hex B9 20 2D

RGB Percentages of Color #b9202d

%70.61
%12.21
%17.18

CMYK Percentages of Color #b9202d

%0
%83
%76
%27

Triadic Colors of #b9202d

#b9202d #2db920 #202db9

Analogous Colors of #b9202d

#b9202d #b96020 #b9207a

Monochromatic Colors of #b9202d

#b9202d

Complementary Color

#b9202d #20b9ac

#b9202d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9202d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9202d Color CSS Codes

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

#b9202d Text Font Color

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

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


#b9202d Background Color

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

This div background color is #b9202d


#b9202d Border Color

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

This div border color is #b9202d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9202d


Comments

No comments written yet.

Please login to write comment.