Color Hex Logo

#b2250a Color Hex

#B2250A
(178,37,10)
0 Favorites   0 Comments

Color spaces of #b2250a

RGB 1783710
HSL0.030.890.37
HSV10°94°70°
CMYK 0.000.790.94   0.30
XYZ19.076510.81001.3683
Yxy10.81000.61040.3459
Hunter Lab32.878646.030120.5475
CIE-Lab39.258654.561848.7752

#b2250a color RGB value is (178,37,10).

#b2250a hex color red value is 178, green value is 37 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #b2250a hue: 0.03 , saturation: 0.89 and the lightness value of b2250a is 0.37.

The process color (four color CMYK) of #b2250a color hex is 0.00, 0.79, 0.94, 0.30. Web safe color of #b2250a is #993300. Color #b2250a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100101 00001010
Octal 262 45 12
Decimal 178 37 10
Hex B2 25 A

RGB Percentages of Color #b2250a

%79.11
%16.44
%4.44

CMYK Percentages of Color #b2250a

%0
%79
%94
%30

Triadic Colors of #b2250a

#b2250a #0ab225 #250ab2

Analogous Colors of #b2250a

#b2250a #b2790a #b20a43

Monochromatic Colors of #b2250a

#b2250a

Complementary Color

#b2250a #0a97b2

#b2250a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2250a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2250a Color CSS Codes

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

#b2250a Text Font Color

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

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


#b2250a Background Color

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

This div background color is #b2250a


#b2250a Border Color

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

This div border color is #b2250a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2250a


Comments

No comments written yet.

Please login to write comment.