Html Css Color HEX #A20701 Dark Red

📋 copy color: '#A20701'

red 162 ◦ green 7 ◦ blue 1

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

Shades of Dark Red #A20701

Tints of Dark Red #A20701

RGB

 RED value IS 162 (63.67% from 255) = 95.29%

 GREEN value IS 7 (3.13% from 255) = 4.12%

 BLUE value IS 1 (0.78% from 255) = 0.59%

R = 95.29%
G = 4.12%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A20701 (or 0xA20701) is known color: Dark Red. HEX triplet: A2, 07 and 01. RGB value is (162,7,1). Sum of RGB (Red+Green+Blue) = 162+7+1=170 (22% of max value = 765). Red value is 162 (63.67% from 255 or 95.29% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 162 - color contains mainly: red. Hex color #A20701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20701 is #5DF8FE. Grayscale: #343434. Windows color (decimal): -6158591 or 67490. OLE color: 67490.

HSL color Cylindrical-coordinate representation of color #A20701: hue angle of 2.24º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20701 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 7 1 -
CMYK 0 0.96 0.99 0.36
HSL 2.24º 0.99% 0.32% -
HSV(B) 2.24º 0.99% 0.64% -
XYZ 14.98 7.84 0.75 -
YUV 52.66 98.85 205.99 -
System Red Green Blue C M Y K H S L
Decimal 162 7 1 0 0.96 0.99 0.36 2.24 0.99 0.32
Hex A2 7 1 0 60 63 24 2 63 20
Octal 242 7 1 0 140 143 44 2 143 40
Binary 10100010 111 1 0 1100000 1100011 100100 10 1100011 100000

Color Harmonies of #A20701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20701

Black with #A20701

Text Example


Text Example

White with #A20701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20701; }

 p { color: rgb(162,7,1); }

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

background-color css

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

 a { background-color: rgb(162,7,1); }

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

border-color css

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

 span { border-color: rgb(162,7,1); }

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