#A50A05

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

Shades of Dark Red #A50A05

Tints of Dark Red #A50A05

Color information

#A50A05 (or 0xA50A05) is unknown color: approx Dark Red. HEX triplet: A5, 0A and 05. RGB value is (165,10,5). Sum of RGB (Red+Green+Blue) = 165+10+5=180 (23% of max value = 765). Red value is 165 (64.84% from 255 or 91.67% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50A05 is #5AF5FA. Grayscale: #373737. Windows color (decimal): -5961211 or 330405. OLE color: 330405.

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

Color convert

RGB165105-
CMYK00.940.970.35
HSL1.88º94.12%33.33%-
HSV(B)1.88º96.97%64.71%-
XYZ15.658.230.91-
YUV55.7899.35205.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 91.67%
GREEN value IS 10 (4.30% from 255) = 5.56%
BLUE value IS 5 (2.34% from 255) = 2.78%
R=91.67%
G=5.56%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510500.940.970.351.8894.1233.33
HexA5A505E612325e21
Octal245125013614143213641
Binary101001011010101010111101100001100011101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50A05; }

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

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

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

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

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

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

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

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