Html Css Color HEX #A01901 Dark Red

📋 copy color: '#A01901'

red 160 ◦ green 25 ◦ blue 1

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

Shades of Dark Red #A01901

Tints of Dark Red #A01901

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.44%

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

R = 86.02%
G = 13.44%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A01901 (or 0xA01901) is known color: Dark Red. HEX triplet: A0, 19 and 01. RGB value is (160,25,1). Sum of RGB (Red+Green+Blue) = 160+25+1=186 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.02% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 160 - color contains mainly: red. Hex color #A01901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01901 is #5FE6FE. Grayscale: #3E3E3E. Windows color (decimal): -6285055 or 72096. OLE color: 72096.

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

Color convert

RGB 160 25 1 -
CMYK 0 0.84 0.99 0.37
HSL 9.06º 0.99% 0.32% -
HSV(B) 9.06º 0.99% 0.63% -
XYZ 14.85 8.17 0.82 -
YUV 62.63 93.23 197.45 -
System Red Green Blue C M Y K H S L
Decimal 160 25 1 0 0.84 0.99 0.37 9.06 0.99 0.32
Hex A0 19 1 0 54 63 25 9 63 20
Octal 240 31 1 0 124 143 45 11 143 40
Binary 10100000 11001 1 0 1010100 1100011 100101 1001 1100011 100000

Color Harmonies of #A01901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01901

Black with #A01901

Text Example


Text Example

White with #A01901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01901; }

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

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

background-color css

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

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

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

border-color css

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

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

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