#A31207

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

Shades of Dark Red #A31207

Tints of Dark Red #A31207

Color information

#A31207 (or 0xA31207) is unknown color: approx Dark Red. HEX triplet: A3, 12 and 07. RGB value is (163,18,7). Sum of RGB (Red+Green+Blue) = 163+18+7=188 (24% of max value = 765). Red value is 163 (64.06% from 255 or 86.70% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 163 - color contains mainly: red. Hex color #A31207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31207 is #5CEDF8. Grayscale: #3C3C3C. Windows color (decimal): -6090233 or 463523. OLE color: 463523.

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

Color convert

RGB163187-
CMYK00.890.960.36
HSL4.23º91.76%33.33%-
HSV(B)4.23º95.71%63.92%-
XYZ15.368.230.98-
YUV60.198.04201.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 86.70%
GREEN value IS 18 (7.42% from 255) = 9.57%
BLUE value IS 7 (3.12% from 255) = 3.72%
R=86.70%
G=9.57%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16318700.890.960.364.2391.7633.33
HexA3127059602445c21
Octal243227013114044413441
Binary10100011100101110101100111000001001001001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31207; }

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

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

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

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

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

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

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

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