Color Hex Logo

#b31824 Color Hex

#B31824
(179,24,36)
0 Favorites   0 Comments

Color spaces of #b31824

RGB 1792436
HSL0.990.760.40
HSV355°87°70°
CMYK 0.000.870.80   0.30
XYZ19.235510.36432.6558
Yxy10.36430.59630.3213
Hunter Lab32.193650.313817.6444
CIE-Lab38.488558.692435.9438

#b31824 color RGB value is (179,24,36).

#b31824 hex color red value is 179, green value is 24 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #b31824 hue: 0.99 , saturation: 0.76 and the lightness value of b31824 is 0.40.

The process color (four color CMYK) of #b31824 color hex is 0.00, 0.87, 0.80, 0.30. Web safe color of #b31824 is #cc0033. Color #b31824 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011000 00100100
Octal 263 30 44
Decimal 179 24 36
Hex B3 18 24

RGB Percentages of Color #b31824

%74.90
%10.04
%15.06

CMYK Percentages of Color #b31824

%0
%87
%80
%30

Triadic Colors of #b31824

#b31824 #24b318 #1824b3

Analogous Colors of #b31824

#b31824 #b35a18 #b31872

Monochromatic Colors of #b31824

#b31824

Complementary Color

#b31824 #18b3a7

#b31824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31824 Color CSS Codes

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

#b31824 Text Font Color

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

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


#b31824 Background Color

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

This div background color is #b31824


#b31824 Border Color

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

This div border color is #b31824


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,24,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b31824; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b31824;
  -webkit-box-shadow: 1px 1px 3px 2px #b31824;
  box-shadow:         1px 1px 3px 2px #b31824; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,24,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31824


Comments

No comments written yet.

Please login to write comment.