Html Css Color HEX #A01706 Dark Red

📋 copy color: '#A01706'

red 160 ◦ green 23 ◦ blue 6

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

Shades of Dark Red #A01706

Tints of Dark Red #A01706

RGB

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

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

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

R = 84.66%
G = 12.17%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A01706 (or 0xA01706) is known color: Dark Red. HEX triplet: A0, 17 and 06. RGB value is (160,23,6). Sum of RGB (Red+Green+Blue) = 160+23+6=189 (25% of max value = 765). Red value is 160 (62.89% from 255 or 84.66% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 160 - color contains mainly: red. Hex color #A01706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01706 is #5FE8F9. Grayscale: #3E3E3E. Windows color (decimal): -6285562 or 399264. OLE color: 399264.

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

Color convert

RGB 160 23 6 -
CMYK 0 0.86 0.96 0.37
HSL 6.62º 0.93% 0.33% -
HSV(B) 6.62º 0.96% 0.63% -
XYZ 14.84 8.1 0.95 -
YUV 62.03 96.39 197.88 -
System Red Green Blue C M Y K H S L
Decimal 160 23 6 0 0.86 0.96 0.37 6.62 0.93 0.33
Hex A0 17 6 0 56 60 25 7 5D 21
Octal 240 27 6 0 126 140 45 7 135 41
Binary 10100000 10111 110 0 1010110 1100000 100101 111 1011101 100001

Color Harmonies of #A01706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01706

Black with #A01706

Text Example


Text Example

White with #A01706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01706; }

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

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

background-color css

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

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

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

border-color css

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

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

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