Html Css Color HEX #A41006 Dark Red

📋 copy color: '#A41006'

red 164 ◦ green 16 ◦ blue 6

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

Shades of Dark Red #A41006

Tints of Dark Red #A41006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.6%

 BLUE value IS 6 (2.73% from 255) = 3.23%

R = 88.17%
G = 8.6%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A41006 (or 0xA41006) is known color: Dark Red. HEX triplet: A4, 10 and 06. RGB value is (164,16,6). Sum of RGB (Red+Green+Blue) = 164+16+6=186 (24% of max value = 765). Red value is 164 (64.45% from 255 or 88.17% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 164 - color contains mainly: red. Hex color #A41006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41006 is #5BEFF9. Grayscale: #3B3B3B. Windows color (decimal): -6025210 or 397476. OLE color: 397476.

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

Color convert

RGB 164 16 6 -
CMYK 0 0.90 0.96 0.36
HSL 3.8º 0.93% 0.33% -
HSV(B) 3.8º 0.96% 0.64% -
XYZ 15.53 8.28 0.95 -
YUV 59.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 164 16 6 0 0.90 0.96 0.36 3.8 0.93 0.33
Hex A4 10 6 0 5A 60 24 4 5D 21
Octal 244 20 6 0 132 140 44 4 135 41
Binary 10100100 10000 110 0 1011010 1100000 100100 100 1011101 100001

Color Harmonies of #A41006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41006

Black with #A41006

Text Example


Text Example

White with #A41006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41006; }

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

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

background-color css

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

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

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

border-color css

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

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

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