#A51604

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

Shades of Dark Red #A51604

Tints of Dark Red #A51604

Color information

#A51604 (or 0xA51604) is unknown color: approx Dark Red. HEX triplet: A5, 16 and 04. RGB value is (165,22,4). Sum of RGB (Red+Green+Blue) = 165+22+4=191 (25% of max value = 765). Red value is 165 (64.84% from 255 or 86.39% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 165 - color contains mainly: red. Hex color #A51604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51604 is #5AE9FB. Grayscale: #3E3E3E. Windows color (decimal): -5958140 or 267941. OLE color: 267941.

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

Color convert

RGB165224-
CMYK00.870.980.35
HSL6.71º95.27%33.14%-
HSV(B)6.71º97.58%64.71%-
XYZ15.838.580.94-
YUV62.7194.88200.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 86.39%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 4 (1.95% from 255) = 2.09%
R=86.39%
G=11.52%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16522400.870.980.356.7195.2733.14
HexA5164057622375f21
Octal245264012714243713741
Binary10100101101101000101011111000101000111111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51604; }

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

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

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

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

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

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

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

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