Html Css Color HEX #A01600 Dark Red

📋 copy color: '#A01600'

red 160 ◦ green 22 ◦ blue 0

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

Shades of Dark Red #A01600

Tints of Dark Red #A01600

RGB

 RED value IS 160 (62.89% from 255) = 87.91%

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

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

R = 87.91%
G = 12.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A01600 (or 0xA01600) is known color: Dark Red. HEX triplet: A0, 16 and 00. RGB value is (160,22,0). Sum of RGB (Red+Green+Blue) = 160+22+0=182 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.91% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 160 - color contains mainly: red. Hex color #A01600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01600 is #5FE9FF. Grayscale: #3C3C3C. Windows color (decimal): -6285824 or 5792. OLE color: 5792.

HSL color Cylindrical-coordinate representation of color #A01600: hue angle of 8.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A01600 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 22 0 -
CMYK 0 0.86 1 0.37
HSL 8.25º 1% 0.31% -
HSV(B) 8.25º 1% 0.63% -
XYZ 14.78 8.05 0.77 -
YUV 60.75 93.72 198.79 -
System Red Green Blue C M Y K H S L
Decimal 160 22 0 0 0.86 1 0.37 8.25 1 0.31
Hex A0 16 0 0 56 64 25 8 64 1F
Octal 240 26 0 0 126 144 45 10 144 37
Binary 10100000 10110 0 0 1010110 1100100 100101 1000 1100100 11111

Color Harmonies of #A01600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01600

Black with #A01600

Text Example


Text Example

White with #A01600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01600; }

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

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

background-color css

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

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

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

border-color css

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

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

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