Color Hex Logo

#b53630 Color Hex

#B53630
(181,54,48)
0 Favorites   0 Comments

Color spaces of #b53630

RGB 1815448
HSL0.010.580.45
HSV73°71°
CMYK 0.000.700.73   0.29
XYZ20.908712.67554.1409
Yxy12.67550.55420.3360
Hunter Lab35.602742.524618.0259
CIE-Lab42.270250.668133.2082

#b53630 color RGB value is (181,54,48).

#b53630 hex color red value is 181, green value is 54 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #b53630 hue: 0.01 , saturation: 0.58 and the lightness value of b53630 is 0.45.

The process color (four color CMYK) of #b53630 color hex is 0.00, 0.70, 0.73, 0.29. Web safe color of #b53630 is #cc3333. Color #b53630 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110110 00110000
Octal 265 66 60
Decimal 181 54 48
Hex B5 36 30

RGB Percentages of Color #b53630

%63.96
%19.08
%16.96

CMYK Percentages of Color #b53630

%0
%70
%73
%29

Triadic Colors of #b53630

#b53630 #30b536 #3630b5

Analogous Colors of #b53630

#b53630 #b57930 #b5306d

Monochromatic Colors of #b53630

#b53630

Complementary Color

#b53630 #30afb5

#b53630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53630 Color CSS Codes

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

#b53630 Text Font Color

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

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


#b53630 Background Color

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

This div background color is #b53630


#b53630 Border Color

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

This div border color is #b53630


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,54,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b53630; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b53630;
  -webkit-box-shadow: 1px 1px 3px 2px #b53630;
  box-shadow:         1px 1px 3px 2px #b53630; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,54,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53630


Comments

No comments written yet.

Please login to write comment.