Color Hex Logo

#a33132 Color Hex

#A33132
(163,49,50)
0 Favorites   0 Comments

Color spaces of #a33132

RGB 1634950
HSL1.000.540.42
HSV359°70°64°
CMYK 0.000.700.69   0.36
XYZ16.778310.21344.1047
Yxy10.21340.53960.3284
Hunter Lab31.958437.786014.7558
CIE-Lab38.222746.764326.4264

#a33132 color RGB value is (163,49,50).

#a33132 hex color red value is 163, green value is 49 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #a33132 hue: 1.00 , saturation: 0.54 and the lightness value of a33132 is 0.42.

The process color (four color CMYK) of #a33132 color hex is 0.00, 0.70, 0.69, 0.36. Web safe color of #a33132 is #993333. Color #a33132 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110001 00110010
Octal 243 61 62
Decimal 163 49 50
Hex A3 31 32

RGB Percentages of Color #a33132

%62.21
%18.70
%19.08

CMYK Percentages of Color #a33132

%0
%70
%69
%36

Triadic Colors of #a33132

#a33132 #32a331 #3132a3

Analogous Colors of #a33132

#a33132 #a36931 #a3316b

Monochromatic Colors of #a33132

#a33132

Complementary Color

#a33132 #31a3a2

#a33132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33132 Color CSS Codes

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

#a33132 Text Font Color

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

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


#a33132 Background Color

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

This div background color is #a33132


#a33132 Border Color

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

This div border color is #a33132


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,49,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a33132; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a33132;
  -webkit-box-shadow: 1px 1px 3px 2px #a33132;
  box-shadow:         1px 1px 3px 2px #a33132; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,49,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33132


Comments

No comments written yet.

Please login to write comment.