Html Css Color HEX #A01107 Dark Red

📋 copy color: '#A01107'

red 160 ◦ green 17 ◦ blue 7

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

Shades of Dark Red #A01107

Tints of Dark Red #A01107

RGB

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

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

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

R = 86.96%
G = 9.24%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A01107 (or 0xA01107) is known color: Dark Red. HEX triplet: A0, 11 and 07. RGB value is (160,17,7). Sum of RGB (Red+Green+Blue) = 160+17+7=184 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.96% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 160 - color contains mainly: red. Hex color #A01107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01107 is #5FEEF8. Grayscale: #3A3A3A. Windows color (decimal): -6287097 or 463264. OLE color: 463264.

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

Color convert

RGB 160 17 7 -
CMYK 0 0.89 0.96 0.37
HSL 3.92º 0.92% 0.33% -
HSV(B) 3.92º 0.96% 0.63% -
XYZ 14.74 7.89 0.95 -
YUV 58.62 98.88 200.31 -
System Red Green Blue C M Y K H S L
Decimal 160 17 7 0 0.89 0.96 0.37 3.92 0.92 0.33
Hex A0 11 7 0 59 60 25 4 5C 21
Octal 240 21 7 0 131 140 45 4 134 41
Binary 10100000 10001 111 0 1011001 1100000 100101 100 1011100 100001

Color Harmonies of #A01107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01107

Black with #A01107

Text Example


Text Example

White with #A01107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01107; }

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

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

background-color css

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

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

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

border-color css

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

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

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