#A51600

Color #A51600 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #A51600

Tints of Dark Red #A51600

Color information

#A51600 (or 0xA51600) is unknown color: approx Dark Red. HEX triplet: A5, 16 and 00. RGB value is (165,22,0). Sum of RGB (Red+Green+Blue) = 165+22+0=187 (24% of max value = 765). Red value is 165 (64.84% from 255 or 88.24% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 165 - color contains mainly: red. Hex color #A51600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51600 is #5AE9FF. Grayscale: #3E3E3E. Windows color (decimal): -5958144 or 5797. OLE color: 5797.

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

Color convert

RGB165220-
CMYK00.8710.35
HSL100%32.35%-
HSV(B)100%64.71%-
XYZ15.88.570.82-
YUV62.2592.88201.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 88.24%
GREEN value IS 22 (8.98% from 255) = 11.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.24%
G=11.76%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16522000.8710.35810032.35
HexA5160057642386420
Octal2452600127144431014440
Binary1010010110110001010111110010010001110001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51600; }

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

 H1.HeaderClassName
 {
   color: #A51600;
 }
 .AnyTagClassName
 {
   color: #A51600;
 }
</style>
background-color css

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

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

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

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

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

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