Html Css Color HEX #A00E06 Dark Red

📋 copy color: '#A00E06'

red 160 ◦ green 14 ◦ blue 6

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

Shades of Dark Red #A00E06

Tints of Dark Red #A00E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.33%

R = 88.89%
G = 7.78%
B = 3.33%

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

#A00E06 (or 0xA00E06) is known color: Dark Red. HEX triplet: A0, 0E and 06. RGB value is (160,14,6). Sum of RGB (Red+Green+Blue) = 160+14+6=180 (23% of max value = 765). Red value is 160 (62.89% from 255 or 88.89% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00E06 is #5FF1F9. Grayscale: #383838. Windows color (decimal): -6287866 or 396960. OLE color: 396960.

HSL color Cylindrical-coordinate representation of color #A00E06: hue angle of 3.12º degrees, saturation: 0.93, 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 #A00E06 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 14 6 -
CMYK 0 0.91 0.96 0.37
HSL 3.12º 0.93% 0.33% -
HSV(B) 3.12º 0.96% 0.63% -
XYZ 14.69 7.8 0.9 -
YUV 56.74 99.37 201.65 -
System Red Green Blue C M Y K H S L
Decimal 160 14 6 0 0.91 0.96 0.37 3.12 0.93 0.33
Hex A0 E 6 0 5B 60 25 3 5D 21
Octal 240 16 6 0 133 140 45 3 135 41
Binary 10100000 1110 110 0 1011011 1100000 100101 11 1011101 100001

Color Harmonies of #A00E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00E06

Black with #A00E06

Text Example


Text Example

White with #A00E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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