Color Hex Logo

#b3071d Color Hex

#B3071D
(179,7,29)
0 Favorites   0 Comments

Color spaces of #b3071d

RGB 179729
HSL0.980.920.36
HSV352°96°70°
CMYK 0.000.960.84   0.30
XYZ18.88829.82442.0632
Yxy9.82440.61370.3192
Hunter Lab31.343952.714418.0380
CIE-Lab37.525461.066038.9652

#b3071d color RGB value is (179,7,29).

#b3071d hex color red value is 179, green value is 7 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #b3071d hue: 0.98 , saturation: 0.92 and the lightness value of b3071d is 0.36.

The process color (four color CMYK) of #b3071d color hex is 0.00, 0.96, 0.84, 0.30. Web safe color of #b3071d is #cc0033. Color #b3071d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000111 00011101
Octal 263 7 35
Decimal 179 7 29
Hex B3 7 1D

RGB Percentages of Color #b3071d

%83.26
%3.26
%13.49

CMYK Percentages of Color #b3071d

%0
%96
%84
%30

Triadic Colors of #b3071d

#b3071d #1db307 #071db3

Analogous Colors of #b3071d

#b3071d #b34707 #b30773

Monochromatic Colors of #b3071d

#b3071d

Complementary Color

#b3071d #07b39d

#b3071d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3071d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3071d Color CSS Codes

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

#b3071d Text Font Color

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

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


#b3071d Background Color

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

This div background color is #b3071d


#b3071d Border Color

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

This div border color is #b3071d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3071d


Comments

No comments written yet.

Please login to write comment.