Color Hex Logo

#b7201d Color Hex

#B7201D
(183,32,29)
0 Favorites   0 Comments

Color spaces of #b7201d

RGB 1833229
HSL0.000.730.42
HSV84°72°
CMYK 0.000.830.84   0.28
XYZ20.266711.18902.2539
Yxy11.18900.60120.3319
Hunter Lab33.450049.612319.4199
CIE-Lab39.897057.775941.4595

#b7201d color RGB value is (183,32,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100000 00011101
Octal 267 40 35
Decimal 183 32 29
Hex B7 20 1D

RGB Percentages of Color #b7201d

%75.00
%13.11
%11.89

CMYK Percentages of Color #b7201d

%0
%83
%84
%28

Triadic Colors of #b7201d

#b7201d #1db720 #201db7

Analogous Colors of #b7201d

#b7201d #b76d1d #b71d67

Monochromatic Colors of #b7201d

#b7201d

Complementary Color

#b7201d #1db4b7

#b7201d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7201d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7201d Color CSS Codes

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

#b7201d Text Font Color

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

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


#b7201d Background Color

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

This div background color is #b7201d


#b7201d Border Color

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

This div border color is #b7201d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7201d


Comments

No comments written yet.

Please login to write comment.