Html Css Color HEX #A41201 Dark Red

📋 copy color: '#A41201'

red 164 ◦ green 18 ◦ blue 1

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

Shades of Dark Red #A41201

Tints of Dark Red #A41201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.84%

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

R = 89.62%
G = 9.84%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A41201 (or 0xA41201) is known color: Dark Red. HEX triplet: A4, 12 and 01. RGB value is (164,18,1). Sum of RGB (Red+Green+Blue) = 164+18+1=183 (24% of max value = 765). Red value is 164 (64.45% from 255 or 89.62% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 164 - color contains mainly: red. Hex color #A41201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41201 is #5BEDFE. Grayscale: #3B3B3B. Windows color (decimal): -6024703 or 70308. OLE color: 70308.

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

Color convert

RGB 164 18 1 -
CMYK 0 0.89 0.99 0.36
HSL 6.26º 0.99% 0.32% -
HSV(B) 6.26º 0.99% 0.64% -
XYZ 15.53 8.33 0.82 -
YUV 59.72 94.87 202.38 -
System Red Green Blue C M Y K H S L
Decimal 164 18 1 0 0.89 0.99 0.36 6.26 0.99 0.32
Hex A4 12 1 0 59 63 24 6 63 20
Octal 244 22 1 0 131 143 44 6 143 40
Binary 10100100 10010 1 0 1011001 1100011 100100 110 1100011 100000

Color Harmonies of #A41201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41201

Black with #A41201

Text Example


Text Example

White with #A41201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41201; }

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

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

background-color css

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

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

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

border-color css

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

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

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