Html Css Color HEX #A00E0D Dark Red

📋 copy color: '#A00E0D'

red 160 ◦ green 14 ◦ blue 13

#A00E0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #A00E0D

Tints of Dark Red #A00E0D

RGB

 RED value IS 160 (62.89% from 255) = 85.56%

 GREEN value IS 14 (5.86% from 255) = 7.49%

 BLUE value IS 13 (5.47% from 255) = 6.95%

R = 85.56%
G = 7.49%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A00E0D (or 0xA00E0D) is known color: Dark Red. HEX triplet: A0, 0E and 0D. RGB value is (160,14,13). Sum of RGB (Red+Green+Blue) = 160+14+13=187 (24% of max value = 765). Red value is 160 (62.89% from 255 or 85.56% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00E0D is #5FF1F2. Grayscale: #393939. Windows color (decimal): -6287859 or 855712. OLE color: 855712.

HSL color Cylindrical-coordinate representation of color #A00E0D: hue angle of 0.41º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00E0D is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 14 13 -
CMYK 0 0.91 0.92 0.37
HSL 0.41º 0.85% 0.34% -
HSV(B) 0.41º 0.92% 0.63% -
XYZ 14.73 7.82 1.11 -
YUV 57.54 102.87 201.08 -
System Red Green Blue C M Y K H S L
Decimal 160 14 13 0 0.91 0.92 0.37 0.41 0.85 0.34
Hex A0 E D 0 5B 5C 25 0 55 22
Octal 240 16 15 0 133 134 45 0 125 42
Binary 10100000 1110 1101 0 1011011 1011100 100101 0 1010101 100010

Color Harmonies of #A00E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00E0D

Black with #A00E0D

Text Example


Text Example

White with #A00E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00E0D; }

 p { color: rgb(160,14,13); }

 H1.HeaderClassName
 {
   color: #A00E0D;
 }
 .AnyTagClassName
 {
   color: #A00E0D;
 }
</style>

background-color css

<style>
 a { background-color: #A00E0D; }

 a { background-color: rgb(160,14,13); }

 div.DivClassName
 {
   background-color: #A00E0D;
 }
 .BgClassName
 {
   background-color: #A00E0D;
 }
</style>

border-color css

<style>
 span { border-color: #A00E0D; }

 span { border-color: rgb(160,14,13); }

 td.TdClassName
 {
   border-color: #A00E0D;
 }
 .TagClassName
 {
   border-color: #A00E0D;
 }
</style>