Html Css Color HEX #A00E07 Dark Red

📋 copy color: '#A00E07'

red 160 ◦ green 14 ◦ blue 7

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

Shades of Dark Red #A00E07

Tints of Dark Red #A00E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.87%

R = 88.4%
G = 7.73%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A00E07 (or 0xA00E07) is known color: Dark Red. HEX triplet: A0, 0E and 07. RGB value is (160,14,7). Sum of RGB (Red+Green+Blue) = 160+14+7=181 (23% of max value = 765). Red value is 160 (62.89% from 255 or 88.40% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00E07 is #5FF1F8. Grayscale: #393939. Windows color (decimal): -6287865 or 462496. OLE color: 462496.

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

Color convert

RGB 160 14 7 -
CMYK 0 0.91 0.96 0.37
HSL 2.75º 0.92% 0.33% -
HSV(B) 2.75º 0.96% 0.63% -
XYZ 14.69 7.8 0.93 -
YUV 56.86 99.87 201.57 -
System Red Green Blue C M Y K H S L
Decimal 160 14 7 0 0.91 0.96 0.37 2.75 0.92 0.33
Hex A0 E 7 0 5B 60 25 3 5C 21
Octal 240 16 7 0 133 140 45 3 134 41
Binary 10100000 1110 111 0 1011011 1100000 100101 11 1011100 100001

Color Harmonies of #A00E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00E07

Black with #A00E07

Text Example


Text Example

White with #A00E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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