Color Hex Logo

#b90f1d Color Hex

#B90F1D
(185,15,29)
0 Favorites   0 Comments

Color spaces of #b90f1d

RGB 1851529
HSL0.990.850.39
HSV355°92°73°
CMYK 0.000.920.84   0.27
XYZ20.400210.74462.1611
Yxy10.74460.61250.3226
Hunter Lab32.779053.727519.0363
CIE-Lab39.146961.663440.9305

#b90f1d color RGB value is (185,15,29).

#b90f1d hex color red value is 185, green value is 15 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #b90f1d hue: 0.99 , saturation: 0.85 and the lightness value of b90f1d is 0.39.

The process color (four color CMYK) of #b90f1d color hex is 0.00, 0.92, 0.84, 0.27. Web safe color of #b90f1d is #cc0033. Color #b90f1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001111 00011101
Octal 271 17 35
Decimal 185 15 29
Hex B9 F 1D

RGB Percentages of Color #b90f1d

%80.79
%6.55
%12.66

CMYK Percentages of Color #b90f1d

%0
%92
%84
%27

Triadic Colors of #b90f1d

#b90f1d #1db90f #0f1db9

Analogous Colors of #b90f1d

#b90f1d #b9560f #b90f72

Monochromatic Colors of #b90f1d

#b90f1d

Complementary Color

#b90f1d #0fb9ab

#b90f1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90f1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90f1d Color CSS Codes

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

#b90f1d Text Font Color

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

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


#b90f1d Background Color

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

This div background color is #b90f1d


#b90f1d Border Color

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

This div border color is #b90f1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90f1d


Comments

No comments written yet.

Please login to write comment.