Html Css Color HEX #A41400 Dark Red

📋 copy color: '#A41400'

red 164 ◦ green 20 ◦ blue 0

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

Shades of Dark Red #A41400

Tints of Dark Red #A41400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 89.13%
G = 10.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A41400 (or 0xA41400) is known color: Dark Red. HEX triplet: A4, 14 and 00. RGB value is (164,20,0). Sum of RGB (Red+Green+Blue) = 164+20+0=184 (24% of max value = 765). Red value is 164 (64.45% from 255 or 89.13% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 164 - color contains mainly: red. Hex color #A41400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41400 is #5BEBFF. Grayscale: #3C3C3C. Windows color (decimal): -6024192 or 5284. OLE color: 5284.

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

Color convert

RGB 164 20 0 -
CMYK 0 0.88 1 0.36
HSL 7.32º 1% 0.32% -
HSV(B) 7.32º 1% 0.64% -
XYZ 15.56 8.39 0.8 -
YUV 60.78 93.71 201.63 -
System Red Green Blue C M Y K H S L
Decimal 164 20 0 0 0.88 1 0.36 7.32 1 0.32
Hex A4 14 0 0 58 64 24 7 64 20
Octal 244 24 0 0 130 144 44 7 144 40
Binary 10100100 10100 0 0 1011000 1100100 100100 111 1100100 100000

Color Harmonies of #A41400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41400

Black with #A41400

Text Example


Text Example

White with #A41400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41400; }

 p { color: rgb(164,20,0); }

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

background-color css

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

 a { background-color: rgb(164,20,0); }

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

border-color css

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

 span { border-color: rgb(164,20,0); }

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