Html Css Color HEX #A41304 Dark Red

📋 copy color: '#A41304'

red 164 ◦ green 19 ◦ blue 4

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

Shades of Dark Red #A41304

Tints of Dark Red #A41304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.16%

 BLUE value IS 4 (1.95% from 255) = 2.14%

R = 87.7%
G = 10.16%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A41304 (or 0xA41304) is known color: Dark Red. HEX triplet: A4, 13 and 04. RGB value is (164,19,4). Sum of RGB (Red+Green+Blue) = 164+19+4=187 (24% of max value = 765). Red value is 164 (64.45% from 255 or 87.70% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 164 - color contains mainly: red. Hex color #A41304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41304 is #5BECFB. Grayscale: #3C3C3C. Windows color (decimal): -6024444 or 267172. OLE color: 267172.

HSL color Cylindrical-coordinate representation of color #A41304: hue angle of 5.62º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A41304 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 19 4 -
CMYK 0 0.88 0.98 0.36
HSL 5.63º 0.95% 0.33% -
HSV(B) 5.63º 0.98% 0.64% -
XYZ 15.56 8.37 0.91 -
YUV 60.65 96.04 201.72 -
System Red Green Blue C M Y K H S L
Decimal 164 19 4 0 0.88 0.98 0.36 5.63 0.95 0.33
Hex A4 13 4 0 58 62 24 6 5F 21
Octal 244 23 4 0 130 142 44 6 137 41
Binary 10100100 10011 100 0 1011000 1100010 100100 110 1011111 100001

Color Harmonies of #A41304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41304

Black with #A41304

Text Example


Text Example

White with #A41304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41304; }

 p { color: rgb(164,19,4); }

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

background-color css

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

 a { background-color: rgb(164,19,4); }

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

border-color css

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

 span { border-color: rgb(164,19,4); }

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