Html Css Color HEX #A41205 Dark Red

📋 copy color: '#A41205'

red 164 ◦ green 18 ◦ blue 5

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

Shades of Dark Red #A41205

Tints of Dark Red #A41205

RGB

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

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

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

R = 87.7%
G = 9.63%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A41205 (or 0xA41205) is known color: Dark Red. HEX triplet: A4, 12 and 05. RGB value is (164,18,5). Sum of RGB (Red+Green+Blue) = 164+18+5=187 (24% of max value = 765). Red value is 164 (64.45% from 255 or 87.70% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 164 - color contains mainly: red. Hex color #A41205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41205 is #5BEDFA. Grayscale: #3C3C3C. Windows color (decimal): -6024699 or 332452. OLE color: 332452.

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

Color convert

RGB 164 18 5 -
CMYK 0 0.89 0.97 0.36
HSL 4.91º 0.94% 0.33% -
HSV(B) 4.91º 0.97% 0.64% -
XYZ 15.55 8.34 0.93 -
YUV 60.17 96.87 202.06 -
System Red Green Blue C M Y K H S L
Decimal 164 18 5 0 0.89 0.97 0.36 4.91 0.94 0.33
Hex A4 12 5 0 59 61 24 5 5E 21
Octal 244 22 5 0 131 141 44 5 136 41
Binary 10100100 10010 101 0 1011001 1100001 100100 101 1011110 100001

Color Harmonies of #A41205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41205

Black with #A41205

Text Example


Text Example

White with #A41205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41205; }

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

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

background-color css

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

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

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

border-color css

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

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

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