#310D10

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

Shades of Rustic Red #310D10

Tints of Rustic Red #310D10

Color information

#310D10 (or 0x310D10) is unknown color: approx Rustic Red. HEX triplet: 31, 0D and 10. RGB value is (49,13,16). Sum of RGB (Red+Green+Blue) = 49+13+16=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #310D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D10 is #CEF2EF. Grayscale: #181818. Windows color (decimal): -13562608 or 1051953. OLE color: 1051953.

HSL color Cylindrical-coordinate representation of color #310D10: hue angle of 355º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #310D10 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB491316-
CMYK00.730.670.81
HSL355º58.06%12.16%-
HSV(B)355º73.47%19.22%-
XYZ1.50.980.6-
YUV24.11123.43145.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.82%
GREEN value IS 13 (5.47% from 255) = 16.67%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=62.82%
G=16.67%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49131600.730.670.8135558.0612.16
Hex31D1004943511633ac
Octal61152001111031215437214
Binary11000111011000001001001100001110100011011000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310D10; }

 p { color: rgb(49,13,16); }

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

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

 a { background-color: rgb(49,13,16); }

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

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

 span { border-color: rgb(49,13,16); }

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