#A51206

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

Shades of Dark Red #A51206

Tints of Dark Red #A51206

Color information

#A51206 (or 0xA51206) is unknown color: approx Dark Red. HEX triplet: A5, 12 and 06. RGB value is (165,18,6). Sum of RGB (Red+Green+Blue) = 165+18+6=189 (25% of max value = 765). Red value is 165 (64.84% from 255 or 87.30% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 165 - color contains mainly: red. Hex color #A51206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51206 is #5AEDF9. Grayscale: #3C3C3C. Windows color (decimal): -5959162 or 397989. OLE color: 397989.

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

Color convert

RGB165186-
CMYK00.890.960.35
HSL4.53º92.98%33.53%-
HSV(B)4.53º96.36%64.71%-
XYZ15.778.450.97-
YUV60.5897.2202.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 87.30%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 6 (2.73% from 255) = 3.17%
R=87.30%
G=9.52%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16518600.890.960.354.5392.9833.53
HexA5126059602355d22
Octal245226013114043513542
Binary10100101100101100101100111000001000111011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51206; }

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

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

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

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

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

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

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

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