Color Hex Logo

#b7291d Color Hex

#B7291D
(183,41,29)
0 Favorites   0 Comments

Color spaces of #b7291d

RGB 1834129
HSL0.010.730.42
HSV84°72°
CMYK 0.000.780.84   0.28
XYZ20.543111.74192.3461
Yxy11.74190.59320.3391
Hunter Lab34.266547.046319.9271
CIE-Lab40.802955.222842.2826

#b7291d color RGB value is (183,41,29).

#b7291d hex color red value is 183, green value is 41 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #b7291d hue: 0.01 , saturation: 0.73 and the lightness value of b7291d is 0.42.

The process color (four color CMYK) of #b7291d color hex is 0.00, 0.78, 0.84, 0.28. Web safe color of #b7291d is #cc3333. Color #b7291d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101001 00011101
Octal 267 51 35
Decimal 183 41 29
Hex B7 29 1D

RGB Percentages of Color #b7291d

%72.33
%16.21
%11.46

CMYK Percentages of Color #b7291d

%0
%78
%84
%28

Triadic Colors of #b7291d

#b7291d #1db729 #291db7

Analogous Colors of #b7291d

#b7291d #b7761d #b71d5e

Monochromatic Colors of #b7291d

#b7291d

Complementary Color

#b7291d #1dabb7

#b7291d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7291d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7291d Color CSS Codes

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

#b7291d Text Font Color

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

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


#b7291d Background Color

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

This div background color is #b7291d


#b7291d Border Color

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

This div border color is #b7291d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7291d


Comments

No comments written yet.

Please login to write comment.