#A50501

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

Shades of Dark Red #A50501

Tints of Dark Red #A50501

Color information

#A50501 (or 0xA50501) is unknown color: approx Dark Red. HEX triplet: A5, 05 and 01. RGB value is (165,5,1). Sum of RGB (Red+Green+Blue) = 165+5+1=171 (22% of max value = 765). Red value is 165 (64.84% from 255 or 96.49% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 165 - color contains mainly: red. Hex color #A50501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50501 is #5AFAFE. Grayscale: #343434. Windows color (decimal): -5962495 or 66981. OLE color: 66981.

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

Color convert

RGB16551-
CMYK00.970.990.35
HSL1.46º98.8%32.55%-
HSV(B)1.46º99.39%64.71%-
XYZ15.588.110.77-
YUV52.3899.01208.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 96.49%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=96.49%
G=2.92%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655100.970.990.351.4698.832.55
HexA551061632316321
Octal24551014114343114341
Binary10100101101101100001110001110001111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50501; }

 p { color: rgb(165,5,1); }

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

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

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

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

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

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

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