Html Css Color HEX #A41001 Dark Red

📋 copy color: '#A41001'

red 164 ◦ green 16 ◦ blue 1

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

Shades of Dark Red #A41001

Tints of Dark Red #A41001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.84%

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

R = 90.61%
G = 8.84%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A41001 (or 0xA41001) is known color: Dark Red. HEX triplet: A4, 10 and 01. RGB value is (164,16,1). Sum of RGB (Red+Green+Blue) = 164+16+1=181 (23% of max value = 765). Red value is 164 (64.45% from 255 or 90.61% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 164 - color contains mainly: red. Hex color #A41001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41001 is #5BEFFE. Grayscale: #3A3A3A. Windows color (decimal): -6025215 or 69796. OLE color: 69796.

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

Color convert

RGB 164 16 1 -
CMYK 0 0.90 0.99 0.36
HSL 5.52º 0.99% 0.32% -
HSV(B) 5.52º 0.99% 0.64% -
XYZ 15.5 8.27 0.81 -
YUV 58.54 95.53 203.22 -
System Red Green Blue C M Y K H S L
Decimal 164 16 1 0 0.90 0.99 0.36 5.52 0.99 0.32
Hex A4 10 1 0 5A 63 24 6 63 20
Octal 244 20 1 0 132 143 44 6 143 40
Binary 10100100 10000 1 0 1011010 1100011 100100 110 1100011 100000

Color Harmonies of #A41001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41001

Black with #A41001

Text Example


Text Example

White with #A41001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41001; }

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

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

background-color css

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

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

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

border-color css

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

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

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