Html Css Color HEX #A00201 Dark Red

📋 copy color: '#A00201'

red 160 ◦ green 2 ◦ blue 1

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

Shades of Dark Red #A00201

Tints of Dark Red #A00201

RGB

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

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

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

R = 98.16%
G = 1.23%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A00201 (or 0xA00201) is known color: Dark Red. HEX triplet: A0, 02 and 01. RGB value is (160,2,1). Sum of RGB (Red+Green+Blue) = 160+2+1=163 (21% of max value = 765). Red value is 160 (62.89% from 255 or 98.16% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 160 - color contains mainly: red. Hex color #A00201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00201 is #5FFDFE. Grayscale: #313131. Windows color (decimal): -6290943 or 66208. OLE color: 66208.

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

Color convert

RGB 160 2 1 -
CMYK 0 0.99 0.99 0.37
HSL 0.38º 0.99% 0.32% -
HSV(B) 0.38º 0.99% 0.63% -
XYZ 14.52 7.52 0.71 -
YUV 49.13 100.85 207.08 -
System Red Green Blue C M Y K H S L
Decimal 160 2 1 0 0.99 0.99 0.37 0.38 0.99 0.32
Hex A0 2 1 0 63 63 25 0 63 20
Octal 240 2 1 0 143 143 45 0 143 40
Binary 10100000 10 1 0 1100011 1100011 100101 0 1100011 100000

Color Harmonies of #A00201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00201

Black with #A00201

Text Example


Text Example

White with #A00201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00201; }

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

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

background-color css

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

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

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

border-color css

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

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

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