Html Css Color HEX #A41105 Dark Red

📋 copy color: '#A41105'

red 164 ◦ green 17 ◦ blue 5

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

Shades of Dark Red #A41105

Tints of Dark Red #A41105

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.14%

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

R = 88.17%
G = 9.14%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A41105 (or 0xA41105) is known color: Dark Red. HEX triplet: A4, 11 and 05. RGB value is (164,17,5). Sum of RGB (Red+Green+Blue) = 164+17+5=186 (24% of max value = 765). Red value is 164 (64.45% from 255 or 88.17% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 164 - color contains mainly: red. Hex color #A41105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41105 is #5BEEFA. Grayscale: #3B3B3B. Windows color (decimal): -6024955 or 332196. OLE color: 332196.

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

Color convert

RGB 164 17 5 -
CMYK 0 0.90 0.97 0.36
HSL 4.53º 0.94% 0.33% -
HSV(B) 4.53º 0.97% 0.64% -
XYZ 15.54 8.3 0.93 -
YUV 59.59 97.2 202.48 -
System Red Green Blue C M Y K H S L
Decimal 164 17 5 0 0.90 0.97 0.36 4.53 0.94 0.33
Hex A4 11 5 0 5A 61 24 5 5E 21
Octal 244 21 5 0 132 141 44 5 136 41
Binary 10100100 10001 101 0 1011010 1100001 100100 101 1011110 100001

Color Harmonies of #A41105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41105

Black with #A41105

Text Example


Text Example

White with #A41105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41105; }

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

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

background-color css

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

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

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

border-color css

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

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

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