Color Hex Logo

#a0280d Color Hex

#A0280D
(160,40,13)
0 Favorites   0 Comments

Color spaces of #a0280d

RGB 1604013
HSL0.030.850.34
HSV11°92°63°
CMYK 0.000.750.92   0.37
XYZ15.32869.02021.3139
Yxy9.02020.59730.3515
Hunter Lab30.033638.544118.4298
CIE-Lab36.023247.922543.8214

#a0280d color RGB value is (160,40,13).

#a0280d hex color red value is 160, green value is 40 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #a0280d hue: 0.03 , saturation: 0.85 and the lightness value of a0280d is 0.34.

The process color (four color CMYK) of #a0280d color hex is 0.00, 0.75, 0.92, 0.37. Web safe color of #a0280d is #993300. Color #a0280d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101000 00001101
Octal 240 50 15
Decimal 160 40 13
Hex A0 28 D

RGB Percentages of Color #a0280d

%75.12
%18.78
%6.10

CMYK Percentages of Color #a0280d

%0
%75
%92
%37

Triadic Colors of #a0280d

#a0280d #0da028 #280da0

Analogous Colors of #a0280d

#a0280d #a0720d #a00d3b

Monochromatic Colors of #a0280d

#a0280d

Complementary Color

#a0280d #0d85a0

#a0280d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0280d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0280d Color CSS Codes

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

#a0280d Text Font Color

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

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


#a0280d Background Color

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

This div background color is #a0280d


#a0280d Border Color

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

This div border color is #a0280d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,40,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 #a0280d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0280d


Comments

No comments written yet.

Please login to write comment.