Html Css Color HEX #A41600 Dark Red

📋 copy color: '#A41600'

red 164 ◦ green 22 ◦ blue 0

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

Shades of Dark Red #A41600

Tints of Dark Red #A41600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.17%
G = 11.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A41600 (or 0xA41600) is known color: Dark Red. HEX triplet: A4, 16 and 00. RGB value is (164,22,0). Sum of RGB (Red+Green+Blue) = 164+22+0=186 (24% of max value = 765). Red value is 164 (64.45% from 255 or 88.17% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 164 - color contains mainly: red. Hex color #A41600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41600 is #5BE9FF. Grayscale: #3E3E3E. Windows color (decimal): -6023680 or 5796. OLE color: 5796.

HSL color Cylindrical-coordinate representation of color #A41600: hue angle of 8.05º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A41600 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 22 0 -
CMYK 0 0.87 1 0.36
HSL 8.05º 1% 0.32% -
HSV(B) 8.05º 1% 0.64% -
XYZ 15.6 8.47 0.81 -
YUV 61.95 93.04 200.79 -
System Red Green Blue C M Y K H S L
Decimal 164 22 0 0 0.87 1 0.36 8.05 1 0.32
Hex A4 16 0 0 57 64 24 8 64 20
Octal 244 26 0 0 127 144 44 10 144 40
Binary 10100100 10110 0 0 1010111 1100100 100100 1000 1100100 100000

Color Harmonies of #A41600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41600

Black with #A41600

Text Example


Text Example

White with #A41600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41600; }

 p { color: rgb(164,22,0); }

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

background-color css

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

 a { background-color: rgb(164,22,0); }

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

border-color css

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

 span { border-color: rgb(164,22,0); }

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