Color Hex Logo

#b72825 Color Hex

#B72825
(183,40,37)
0 Favorites   0 Comments

Color spaces of #b72825

RGB 1834037
HSL0.000.660.43
HSV80°72°
CMYK 0.000.780.80   0.28
XYZ20.621211.71842.9253
Yxy11.71840.58480.3323
Hunter Lab34.232147.620918.8959
CIE-Lab40.765055.766037.9698

#b72825 color RGB value is (183,40,37).

#b72825 hex color red value is 183, green value is 40 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #b72825 hue: 0.00 , saturation: 0.66 and the lightness value of b72825 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101000 00100101
Octal 267 50 45
Decimal 183 40 37
Hex B7 28 25

RGB Percentages of Color #b72825

%70.38
%15.38
%14.23

CMYK Percentages of Color #b72825

%0
%78
%80
%28

Triadic Colors of #b72825

#b72825 #25b728 #2825b7

Analogous Colors of #b72825

#b72825 #b77125 #b7256b

Monochromatic Colors of #b72825

#b72825

Complementary Color

#b72825 #25b4b7

#b72825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72825 Color CSS Codes

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

#b72825 Text Font Color

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

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


#b72825 Background Color

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

This div background color is #b72825


#b72825 Border Color

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

This div border color is #b72825


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,40,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72825


Comments

No comments written yet.

Please login to write comment.