Html Css Color HEX #A20901 Dark Red

📋 copy color: '#A20901'

red 162 ◦ green 9 ◦ blue 1

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

Shades of Dark Red #A20901

Tints of Dark Red #A20901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.23%

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

R = 94.19%
G = 5.23%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A20901 (or 0xA20901) is known color: Dark Red. HEX triplet: A2, 09 and 01. RGB value is (162,9,1). Sum of RGB (Red+Green+Blue) = 162+9+1=172 (22% of max value = 765). Red value is 162 (63.67% from 255 or 94.19% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 162 - color contains mainly: red. Hex color #A20901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20901 is #5DF6FE. Grayscale: #363636. Windows color (decimal): -6158079 or 68002. OLE color: 68002.

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

Color convert

RGB 162 9 1 -
CMYK 0 0.94 0.99 0.36
HSL 2.98º 0.99% 0.32% -
HSV(B) 2.98º 0.99% 0.64% -
XYZ 15 7.88 0.76 -
YUV 53.84 98.19 205.15 -
System Red Green Blue C M Y K H S L
Decimal 162 9 1 0 0.94 0.99 0.36 2.98 0.99 0.32
Hex A2 9 1 0 5E 63 24 3 63 20
Octal 242 11 1 0 136 143 44 3 143 40
Binary 10100010 1001 1 0 1011110 1100011 100100 11 1100011 100000

Color Harmonies of #A20901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20901

Black with #A20901

Text Example


Text Example

White with #A20901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20901; }

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

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

background-color css

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

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

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

border-color css

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

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

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