#A31108

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

Shades of Dark Red #A31108

Tints of Dark Red #A31108

Color information

#A31108 (or 0xA31108) is unknown color: approx Dark Red. HEX triplet: A3, 11 and 08. RGB value is (163,17,8). Sum of RGB (Red+Green+Blue) = 163+17+8=188 (24% of max value = 765). Red value is 163 (64.06% from 255 or 86.70% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 163 - color contains mainly: red. Hex color #A31108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31108 is #5CEEF7. Grayscale: #3B3B3B. Windows color (decimal): -6090488 or 528803. OLE color: 528803.

HSL color Cylindrical-coordinate representation of color #A31108: hue angle of 3.48º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A31108 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB163178-
CMYK00.900.950.36
HSL3.48º90.64%33.53%-
HSV(B)3.48º95.09%63.92%-
XYZ15.358.21-
YUV59.6398.87201.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 86.70%
GREEN value IS 17 (7.03% from 255) = 9.04%
BLUE value IS 8 (3.52% from 255) = 4.26%
R=86.70%
G=9.04%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16317800.900.950.363.4890.6433.53
HexA311805A5F2435b22
Octal2432110013213744313342
Binary10100011100011000010110101011111100100111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31108; }

 p { color: rgb(163,17,8); }

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

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

 a { background-color: rgb(163,17,8); }

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

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

 span { border-color: rgb(163,17,8); }

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