#A50C01

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

Shades of Dark Red #A50C01

Tints of Dark Red #A50C01

Color information

#A50C01 (or 0xA50C01) is unknown color: approx Dark Red. HEX triplet: A5, 0C and 01. RGB value is (165,12,1). Sum of RGB (Red+Green+Blue) = 165+12+1=178 (23% of max value = 765). Red value is 165 (64.84% from 255 or 92.70% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50C01 is #5AF3FE. Grayscale: #383838. Windows color (decimal): -5960703 or 68773. OLE color: 68773.

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

Color convert

RGB165121-
CMYK00.930.990.35
HSL4.02º98.8%32.55%-
HSV(B)4.02º99.39%64.71%-
XYZ15.658.260.8-
YUV56.4996.69205.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 92.70%
GREEN value IS 12 (5.08% from 255) = 6.74%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=92.70%
G=6.74%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512100.930.990.354.0298.832.55
HexA5C105D632346321
Octal245141013514343414341
Binary10100101110010101110111000111000111001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C01; }

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

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

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

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

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

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

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

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