Html Css Color HEX #A01705 Dark Red

📋 copy color: '#A01705'

red 160 ◦ green 23 ◦ blue 5

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

Shades of Dark Red #A01705

Tints of Dark Red #A01705

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.23%

 BLUE value IS 5 (2.34% from 255) = 2.66%

R = 85.11%
G = 12.23%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A01705 (or 0xA01705) is known color: Dark Red. HEX triplet: A0, 17 and 05. RGB value is (160,23,5). Sum of RGB (Red+Green+Blue) = 160+23+5=188 (24% of max value = 765). Red value is 160 (62.89% from 255 or 85.11% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 160 - color contains mainly: red. Hex color #A01705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01705 is #5FE8FA. Grayscale: #3E3E3E. Windows color (decimal): -6285563 or 333728. OLE color: 333728.

HSL color Cylindrical-coordinate representation of color #A01705: hue angle of 6.97º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A01705 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 23 5 -
CMYK 0 0.86 0.97 0.37
HSL 6.97º 0.94% 0.32% -
HSV(B) 6.97º 0.97% 0.63% -
XYZ 14.83 8.1 0.92 -
YUV 61.91 95.89 197.96 -
System Red Green Blue C M Y K H S L
Decimal 160 23 5 0 0.86 0.97 0.37 6.97 0.94 0.32
Hex A0 17 5 0 56 61 25 7 5E 20
Octal 240 27 5 0 126 141 45 7 136 40
Binary 10100000 10111 101 0 1010110 1100001 100101 111 1011110 100000

Color Harmonies of #A01705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01705

Black with #A01705

Text Example


Text Example

White with #A01705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01705; }

 p { color: rgb(160,23,5); }

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

background-color css

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

 a { background-color: rgb(160,23,5); }

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

border-color css

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

 span { border-color: rgb(160,23,5); }

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