#A50404

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

Shades of Dark Red #A50404

Tints of Dark Red #A50404

Color information

#A50404 (or 0xA50404) is unknown color: approx Dark Red. HEX triplet: A5, 04 and 04. RGB value is (165,4,4). Sum of RGB (Red+Green+Blue) = 165+4+4=173 (22% of max value = 765). Red value is 165 (64.84% from 255 or 95.38% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 165 - color contains mainly: red. Hex color #A50404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50404 is #5AFBFB. Grayscale: #343434. Windows color (decimal): -5962748 or 263333. OLE color: 263333.

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

Color convert

RGB16544-
CMYK00.980.980.35
HSL95.27%33.14%-
HSV(B)97.58%64.71%-
XYZ15.588.090.86-
YUV52.14100.84208.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 95.38%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 4 (1.95% from 255) = 2.31%
R=95.38%
G=2.31%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654400.980.980.35095.2733.14
HexA544062622305f21
Octal24544014214243013741
Binary1010010110010001100010110001010001101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50404; }

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

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

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

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

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

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

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

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