Html Css Color HEX #A41901 Dark Red

📋 copy color: '#A41901'

red 164 ◦ green 25 ◦ blue 1

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

Shades of Dark Red #A41901

Tints of Dark Red #A41901

RGB

 RED value IS 164 (64.45% from 255) = 86.32%

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

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

R = 86.32%
G = 13.16%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A41901 (or 0xA41901) is known color: Dark Red. HEX triplet: A4, 19 and 01. RGB value is (164,25,1). Sum of RGB (Red+Green+Blue) = 164+25+1=190 (25% of max value = 765). Red value is 164 (64.45% from 255 or 86.32% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 164 - color contains mainly: red. Hex color #A41901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41901 is #5BE6FE. Grayscale: #404040. Windows color (decimal): -6022911 or 72100. OLE color: 72100.

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

Color convert

RGB 164 25 1 -
CMYK 0 0.85 0.99 0.36
HSL 8.83º 0.99% 0.32% -
HSV(B) 8.83º 0.99% 0.64% -
XYZ 15.66 8.59 0.86 -
YUV 63.83 92.55 199.45 -
System Red Green Blue C M Y K H S L
Decimal 164 25 1 0 0.85 0.99 0.36 8.83 0.99 0.32
Hex A4 19 1 0 55 63 24 9 63 20
Octal 244 31 1 0 125 143 44 11 143 40
Binary 10100100 11001 1 0 1010101 1100011 100100 1001 1100011 100000

Color Harmonies of #A41901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41901

Black with #A41901

Text Example


Text Example

White with #A41901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41901; }

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

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

background-color css

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

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

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

border-color css

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

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

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