#A31107

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

Shades of Dark Red #A31107

Tints of Dark Red #A31107

Color information

#A31107 (or 0xA31107) is unknown color: approx Dark Red. HEX triplet: A3, 11 and 07. RGB value is (163,17,7). Sum of RGB (Red+Green+Blue) = 163+17+7=187 (24% of max value = 765). Red value is 163 (64.06% from 255 or 87.17% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 163 - color contains mainly: red. Hex color #A31107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31107 is #5CEEF8. Grayscale: #3B3B3B. Windows color (decimal): -6090489 or 463267. OLE color: 463267.

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

Color convert

RGB163177-
CMYK00.900.960.36
HSL3.85º91.76%33.33%-
HSV(B)3.85º95.71%63.92%-
XYZ15.348.20.98-
YUV59.5198.37201.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 87.17%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 7 (3.12% from 255) = 3.74%
R=87.17%
G=9.09%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16317700.900.960.363.8591.7633.33
HexA311705A602445c21
Octal243217013214044413441
Binary10100011100011110101101011000001001001001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31107; }

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

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

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

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

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

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

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

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