Html Css Color HEX #A40805 Dark Red

📋 copy color: '#A40805'

red 164 ◦ green 8 ◦ blue 5

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

Shades of Dark Red #A40805

Tints of Dark Red #A40805

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.52%

 BLUE value IS 5 (2.34% from 255) = 2.82%

R = 92.66%
G = 4.52%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A40805 (or 0xA40805) is known color: Dark Red. HEX triplet: A4, 08 and 05. RGB value is (164,8,5). Sum of RGB (Red+Green+Blue) = 164+8+5=177 (23% of max value = 765). Red value is 164 (64.45% from 255 or 92.66% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 164 - color contains mainly: red. Hex color #A40805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40805 is #5BF7FA. Grayscale: #363636. Windows color (decimal): -6027259 or 329892. OLE color: 329892.

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

Color convert

RGB 164 8 5 -
CMYK 0 0.95 0.97 0.36
HSL 1.13º 0.94% 0.33% -
HSV(B) 1.13º 0.97% 0.64% -
XYZ 15.42 8.08 0.89 -
YUV 54.3 100.18 206.24 -
System Red Green Blue C M Y K H S L
Decimal 164 8 5 0 0.95 0.97 0.36 1.13 0.94 0.33
Hex A4 8 5 0 5F 61 24 1 5E 21
Octal 244 10 5 0 137 141 44 1 136 41
Binary 10100100 1000 101 0 1011111 1100001 100100 1 1011110 100001

Color Harmonies of #A40805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40805

Black with #A40805

Text Example


Text Example

White with #A40805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40805; }

 p { color: rgb(164,8,5); }

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

background-color css

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

 a { background-color: rgb(164,8,5); }

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

border-color css

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

 span { border-color: rgb(164,8,5); }

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