Html Css Color HEX #A00E00 Dark Red

📋 copy color: '#A00E00'

red 160 ◦ green 14 ◦ blue 0

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

Shades of Dark Red #A00E00

Tints of Dark Red #A00E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.95%
G = 8.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A00E00 (or 0xA00E00) is known color: Dark Red. HEX triplet: A0, 0E and 00. RGB value is (160,14,0). Sum of RGB (Red+Green+Blue) = 160+14+0=174 (23% of max value = 765). Red value is 160 (62.89% from 255 or 91.95% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00E00 is #5FF1FF. Grayscale: #383838. Windows color (decimal): -6287872 or 3744. OLE color: 3744.

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

Color convert

RGB 160 14 0 -
CMYK 0 0.91 1 0.37
HSL 5.25º 1% 0.31% -
HSV(B) 5.25º 1% 0.63% -
XYZ 14.65 7.79 0.73 -
YUV 56.06 96.37 202.14 -
System Red Green Blue C M Y K H S L
Decimal 160 14 0 0 0.91 1 0.37 5.25 1 0.31
Hex A0 E 0 0 5B 64 25 5 64 1F
Octal 240 16 0 0 133 144 45 5 144 37
Binary 10100000 1110 0 0 1011011 1100100 100101 101 1100100 11111

Color Harmonies of #A00E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00E00

Black with #A00E00

Text Example


Text Example

White with #A00E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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