Html Css Color HEX #A0110E Dark Red

📋 copy color: '#A0110E'

red 160 ◦ green 17 ◦ blue 14

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

Shades of Dark Red #A0110E

Tints of Dark Red #A0110E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.9%

 BLUE value IS 14 (5.86% from 255) = 7.33%

R = 83.77%
G = 8.9%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0110E (or 0xA0110E) is known color: Dark Red. HEX triplet: A0, 11 and 0E. RGB value is (160,17,14). Sum of RGB (Red+Green+Blue) = 160+17+14=191 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.77% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 160 - color contains mainly: red. Hex color #A0110E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0110E is #5FEEF1. Grayscale: #3B3B3B. Windows color (decimal): -6287090 or 922016. OLE color: 922016.

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

Color convert

RGB 160 17 14 -
CMYK 0 0.89 0.91 0.37
HSL 1.23º 0.84% 0.34% -
HSV(B) 1.23º 0.91% 0.63% -
XYZ 14.78 7.91 1.16 -
YUV 59.42 102.38 199.74 -
System Red Green Blue C M Y K H S L
Decimal 160 17 14 0 0.89 0.91 0.37 1.23 0.84 0.34
Hex A0 11 E 0 59 5B 25 1 54 22
Octal 240 21 16 0 131 133 45 1 124 42
Binary 10100000 10001 1110 0 1011001 1011011 100101 1 1010100 100010

Color Harmonies of #A0110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0110E

Black with #A0110E

Text Example


Text Example

White with #A0110E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0110E; }

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

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

background-color css

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

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

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

border-color css

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

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

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