#A51A00

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

Shades of Dark Red #A51A00

Tints of Dark Red #A51A00

Color information

#A51A00 (or 0xA51A00) is unknown color: approx Dark Red. HEX triplet: A5, 1A and 00. RGB value is (165,26,0). Sum of RGB (Red+Green+Blue) = 165+26+0=191 (25% of max value = 765). Red value is 165 (64.84% from 255 or 86.39% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51A00 is #5AE5FF. Grayscale: #404040. Windows color (decimal): -5957120 or 6821. OLE color: 6821.

HSL color Cylindrical-coordinate representation of color #A51A00: hue angle of 9.45º 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 #A51A00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB165260-
CMYK00.8410.35
HSL9.45º100%32.35%-
HSV(B)9.45º100%64.71%-
XYZ15.898.740.85-
YUV64.691.55199.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 86.39%
GREEN value IS 26 (10.55% from 255) = 13.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.39%
G=13.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16526000.8410.359.4510032.35
HexA51A0054642396420
Octal2453200124144431114440
Binary1010010111010001010100110010010001110011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51A00; }

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

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

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

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

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

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

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

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