#A51306

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

Shades of Dark Red #A51306

Tints of Dark Red #A51306

Color information

#A51306 (or 0xA51306) is unknown color: approx Dark Red. HEX triplet: A5, 13 and 06. RGB value is (165,19,6). Sum of RGB (Red+Green+Blue) = 165+19+6=190 (25% of max value = 765). Red value is 165 (64.84% from 255 or 86.84% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 165 - color contains mainly: red. Hex color #A51306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51306 is #5AECF9. Grayscale: #3D3D3D. Windows color (decimal): -5958906 or 398245. OLE color: 398245.

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

Color convert

RGB165196-
CMYK00.880.960.35
HSL4.91º92.98%33.53%-
HSV(B)4.91º96.36%64.71%-
XYZ15.788.480.98-
YUV61.1796.87202.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 86.84%
GREEN value IS 19 (7.81% from 255) = 10%
BLUE value IS 6 (2.73% from 255) = 3.16%
R=86.84%
G=10%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16519600.880.960.354.9192.9833.53
HexA5136058602355d22
Octal245236013014043513542
Binary10100101100111100101100011000001000111011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51306; }

 p { color: rgb(165,19,6); }

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

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

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

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

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

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

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