Html Css Color HEX #A40604 Dark Red

📋 copy color: '#A40604'

red 164 ◦ green 6 ◦ blue 4

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

Shades of Dark Red #A40604

Tints of Dark Red #A40604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.45%

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

R = 94.25%
G = 3.45%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A40604 (or 0xA40604) is known color: Dark Red. HEX triplet: A4, 06 and 04. RGB value is (164,6,4). Sum of RGB (Red+Green+Blue) = 164+6+4=174 (23% of max value = 765). Red value is 164 (64.45% from 255 or 94.25% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 164 - color contains mainly: red. Hex color #A40604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40604 is #5BF9FB. Grayscale: #353535. Windows color (decimal): -6027772 or 263844. OLE color: 263844.

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

Color convert

RGB 164 6 4 -
CMYK 0 0.96 0.98 0.36
HSL 0.75º 0.95% 0.33% -
HSV(B) 0.75º 0.98% 0.64% -
XYZ 15.4 8.03 0.85 -
YUV 53.01 100.35 207.16 -
System Red Green Blue C M Y K H S L
Decimal 164 6 4 0 0.96 0.98 0.36 0.75 0.95 0.33
Hex A4 6 4 0 60 62 24 1 5F 21
Octal 244 6 4 0 140 142 44 1 137 41
Binary 10100100 110 100 0 1100000 1100010 100100 1 1011111 100001

Color Harmonies of #A40604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40604

Black with #A40604

Text Example


Text Example

White with #A40604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40604; }

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

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

background-color css

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

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

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

border-color css

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

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

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