#310E16

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

Shades of Rustic Red #310E16

Tints of Rustic Red #310E16

Color information

#310E16 (or 0x310E16) is unknown color: approx Rustic Red. HEX triplet: 31, 0E and 16. RGB value is (49,14,22). Sum of RGB (Red+Green+Blue) = 49+14+22=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 22 (8.98% from 255 or 25.88% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #310E16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310E16 is #CEF1E9. Grayscale: #191919. Windows color (decimal): -13562346 or 1445425. OLE color: 1445425.

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

Color convert

RGB491422-
CMYK00.710.550.81
HSL346.29º55.56%12.35%-
HSV(B)346.29º71.43%19.22%-
XYZ1.571.020.87-
YUV25.38126.1144.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 57.65%
GREEN value IS 14 (5.86% from 255) = 16.47%
BLUE value IS 22 (8.98% from 255) = 25.88%
R=57.65%
G=16.47%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49142200.710.550.81346.2955.5612.35
Hex31E16047375115a38c
Octal6116260107671215327014
Binary1100011110101100100011111011110100011010110101110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,14,22); }

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

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

 a { background-color: rgb(49,14,22); }

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

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

 span { border-color: rgb(49,14,22); }

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