Html Css Color HEX #A20201 Dark Red

📋 copy color: '#A20201'

red 162 ◦ green 2 ◦ blue 1

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

Shades of Dark Red #A20201

Tints of Dark Red #A20201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.21%

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

R = 98.18%
G = 1.21%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A20201 (or 0xA20201) is known color: Dark Red. HEX triplet: A2, 02 and 01. RGB value is (162,2,1). Sum of RGB (Red+Green+Blue) = 162+2+1=165 (21% of max value = 765). Red value is 162 (63.67% from 255 or 98.18% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 162 - color contains mainly: red. Hex color #A20201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20201 is #5DFDFE. Grayscale: #313131. Windows color (decimal): -6159871 or 66210. OLE color: 66210.

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

Color convert

RGB 162 2 1 -
CMYK 0 0.99 0.99 0.36
HSL 0.37º 0.99% 0.32% -
HSV(B) 0.37º 0.99% 0.64% -
XYZ 14.93 7.73 0.73 -
YUV 49.73 100.51 208.08 -
System Red Green Blue C M Y K H S L
Decimal 162 2 1 0 0.99 0.99 0.36 0.37 0.99 0.32
Hex A2 2 1 0 63 63 24 0 63 20
Octal 242 2 1 0 143 143 44 0 143 40
Binary 10100010 10 1 0 1100011 1100011 100100 0 1100011 100000

Color Harmonies of #A20201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20201

Black with #A20201

Text Example


Text Example

White with #A20201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20201; }

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

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

background-color css

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

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

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

border-color css

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

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

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