#A50000

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

Shades of Dark Red #A50000

Tints of Dark Red #A50000

Color information

#A50000 (or 0xA50000) is unknown color: approx Dark Red. HEX triplet: A5, 00 and 00. RGB value is (165,0,0). Sum of RGB (Red+Green+Blue) = 165+0+0=165 (21% of max value = 765). Red value is 165 (64.84% from 255 or 100% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 165 - color contains mainly: red. Hex color #A50000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50000 is #5AFFFF. Grayscale: #313131. Windows color (decimal): -5963776 or 165. OLE color: 165.

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

Color convert

RGB16500-
CMYK0110.35
HSL100%32.35%-
HSV(B)100%64.71%-
XYZ15.5280.73-
YUV49.34100.16210.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 100%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 0 (0.39% from 255) = 0%
R=100%
G=0%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165000110.35010032.35
HexA500064642306420
Octal24500014414443014440
Binary101001010001100100110010010001101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50000; }

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

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

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

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

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

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

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

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