Color Hex Logo

#b2351a Color Hex

#B2351A
(178,53,26)
0 Favorites   0 Comments

Color spaces of #b2351a

RGB 1785326
HSL0.030.750.40
HSV11°85°70°
CMYK 0.000.700.85   0.30
XYZ19.819712.08582.2655
Yxy12.08580.58000.3537
Hunter Lab34.764640.926720.4715
CIE-Lab41.352249.291243.8743

#b2351a color RGB value is (178,53,26).

#b2351a hex color red value is 178, green value is 53 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #b2351a hue: 0.03 , saturation: 0.75 and the lightness value of b2351a is 0.40.

The process color (four color CMYK) of #b2351a color hex is 0.00, 0.70, 0.85, 0.30. Web safe color of #b2351a is #993333. Color #b2351a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110101 00011010
Octal 262 65 32
Decimal 178 53 26
Hex B2 35 1A

RGB Percentages of Color #b2351a

%69.26
%20.62
%10.12

CMYK Percentages of Color #b2351a

%0
%70
%85
%30

Triadic Colors of #b2351a

#b2351a #1ab235 #351ab2

Analogous Colors of #b2351a

#b2351a #b2811a #b21a4b

Monochromatic Colors of #b2351a

#b2351a

Complementary Color

#b2351a #1a97b2

#b2351a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2351a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2351a Color CSS Codes

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

#b2351a Text Font Color

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

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


#b2351a Background Color

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

This div background color is #b2351a


#b2351a Border Color

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

This div border color is #b2351a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,53,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2351a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2351a;
  -webkit-box-shadow: 1px 1px 3px 2px #b2351a;
  box-shadow:         1px 1px 3px 2px #b2351a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,53,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2351a


Comments

No comments written yet.

Please login to write comment.