Color Hex Logo

#a9210d Color Hex

#A9210D
(169,33,13)
0 Favorites   0 Comments

Color spaces of #a9210d

RGB 1693313
HSL0.020.860.36
HSV92°66°
CMYK 0.000.800.92   0.34
XYZ16.97879.55181.3296
Yxy9.55180.60940.3428
Hunter Lab30.906043.976419.0835
CIE-Lab37.025753.036245.3679

#a9210d color RGB value is (169,33,13).

#a9210d hex color red value is 169, green value is 33 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #a9210d hue: 0.02 , saturation: 0.86 and the lightness value of a9210d is 0.36.

The process color (four color CMYK) of #a9210d color hex is 0.00, 0.80, 0.92, 0.34. Web safe color of #a9210d is #993300. Color #a9210d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100001 00001101
Octal 251 41 15
Decimal 169 33 13
Hex A9 21 D

RGB Percentages of Color #a9210d

%78.60
%15.35
%6.05

CMYK Percentages of Color #a9210d

%0
%80
%92
%34

Triadic Colors of #a9210d

#a9210d #0da921 #210da9

Analogous Colors of #a9210d

#a9210d #a96f0d #a90d47

Monochromatic Colors of #a9210d

#a9210d

Complementary Color

#a9210d #0d95a9

#a9210d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9210d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9210d Color CSS Codes

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

#a9210d Text Font Color

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

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


#a9210d Background Color

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

This div background color is #a9210d


#a9210d Border Color

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

This div border color is #a9210d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9210d


Comments

No comments written yet.

Please login to write comment.