Color Hex Logo

#a9243c Color Hex

#A9243C
(169,36,60)
0 Favorites   0 Comments

Color spaces of #a9243c

RGB 1693660
HSL0.970.650.40
HSV349°79°66°
CMYK 0.000.790.64   0.34
XYZ17.808710.02305.2710
Yxy10.02300.53800.3028
Hunter Lab31.659145.005312.2901
CIE-Lab37.883753.853820.0118

#a9243c color RGB value is (169,36,60).

#a9243c hex color red value is 169, green value is 36 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #a9243c hue: 0.97 , saturation: 0.65 and the lightness value of a9243c is 0.40.

The process color (four color CMYK) of #a9243c color hex is 0.00, 0.79, 0.64, 0.34. Web safe color of #a9243c is #993333. Color #a9243c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100100 00111100
Octal 251 44 74
Decimal 169 36 60
Hex A9 24 3C

RGB Percentages of Color #a9243c

%63.77
%13.58
%22.64

CMYK Percentages of Color #a9243c

%0
%79
%64
%34

Triadic Colors of #a9243c

#a9243c #3ca924 #243ca9

Analogous Colors of #a9243c

#a9243c #a94f24 #a9247f

Monochromatic Colors of #a9243c

#a9243c

Complementary Color

#a9243c #24a991

#a9243c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9243c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9243c Color CSS Codes

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

#a9243c Text Font Color

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

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


#a9243c Background Color

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

This div background color is #a9243c


#a9243c Border Color

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

This div border color is #a9243c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9243c


Comments

No comments written yet.

Please login to write comment.