Color Hex Logo

#a33929 Color Hex

#A33929
(163,57,41)
0 Favorites   0 Comments

Color spaces of #a33929

RGB 1635741
HSL0.020.600.40
HSV75°64°
CMYK 0.000.650.75   0.36
XYZ16.967610.87293.3022
Yxy10.87290.54480.3491
Hunter Lab32.974134.146817.1442
CIE-Lab39.365642.889233.0876

#a33929 color RGB value is (163,57,41).

#a33929 hex color red value is 163, green value is 57 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #a33929 hue: 0.02 , saturation: 0.60 and the lightness value of a33929 is 0.40.

The process color (four color CMYK) of #a33929 color hex is 0.00, 0.65, 0.75, 0.36. Web safe color of #a33929 is #993333. Color #a33929 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111001 00101001
Octal 243 71 51
Decimal 163 57 41
Hex A3 39 29

RGB Percentages of Color #a33929

%62.45
%21.84
%15.71

CMYK Percentages of Color #a33929

%0
%65
%75
%36

Triadic Colors of #a33929

#a33929 #29a339 #3929a3

Analogous Colors of #a33929

#a33929 #a37629 #a32956

Monochromatic Colors of #a33929

#a33929

Complementary Color

#a33929 #2993a3

#a33929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33929 Color CSS Codes

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

#a33929 Text Font Color

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

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


#a33929 Background Color

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

This div background color is #a33929


#a33929 Border Color

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

This div border color is #a33929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33929


Comments

No comments written yet.

Please login to write comment.